mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
* Add sample data product ingestion and E2E test for domain data products This adds TestDataProduct to the sample data ingestion and includes E2E tests to verify domains and data products from sample data are properly ingested. Also fixes TypeScript type errors in the test file by using proper Domain['data'] type. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix sample data --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Suman Maharana <sumanmaharana786@gmail.com> Co-authored-by: Anujkumar Yadav <anujf0510@gmail.com>
11 lines
384 B
JSON
11 lines
384 B
JSON
{
|
|
"name": "TestDataProduct",
|
|
"fullyQualifiedName": "TestDomain.TestDataProduct",
|
|
"displayName": "Test Data Product",
|
|
"description": "A sample data product for testing purposes. This data product demonstrates how to organize and manage data assets within a domain.",
|
|
"domains": ["TestDomain"],
|
|
"style": {},
|
|
"owners": [],
|
|
"experts": [],
|
|
"tags": []
|
|
}
|