Skip to content

Commit dea1b4d

Browse files
committed
Add domain
1 parent 68a9a88 commit dea1b4d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ info:
2323
archetype: consumer-aligned
2424
maturity: managed
2525
owner: fulfillment
26+
domain: ecommerce
2627
inputPorts: []
2728
outputPorts:
2829
- id: glue_catalog_database_shelf_warmers_v1

dataproduct.schema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"description": "The technical id of the team that owns the data product",
3434
"example": "search-team"
3535
},
36+
"domain": {
37+
"type": "string",
38+
"description": "The technical id of the domain",
39+
"example": "ecommerce"
40+
},
3641
"description": {
3742
"type": "string",
3843
"example": "All search queries with user interactions"
@@ -311,4 +316,4 @@
311316
"example": ["high-quality", "marketing"]
312317
}
313318
}
314-
}
319+
}

0 commit comments

Comments
 (0)