We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a9a88 commit dea1b4dCopy full SHA for dea1b4d
README.md
@@ -23,6 +23,7 @@ info:
23
archetype: consumer-aligned
24
maturity: managed
25
owner: fulfillment
26
+ domain: ecommerce
27
inputPorts: []
28
outputPorts:
29
- id: glue_catalog_database_shelf_warmers_v1
dataproduct.schema.json
@@ -33,6 +33,11 @@
33
"description": "The technical id of the team that owns the data product",
34
"example": "search-team"
35
},
36
+ "domain": {
37
+ "type": "string",
38
+ "description": "The technical id of the domain",
39
+ "example": "ecommerce"
40
+ },
41
"description": {
42
"type": "string",
43
"example": "All search queries with user interactions"
@@ -311,4 +316,4 @@
311
316
"example": ["high-quality", "marketing"]
312
317
}
313
318
314
-}
319
+}
0 commit comments