Skip to content

Commit

Permalink
Add domain
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Jan 28, 2025
1 parent 68a9a88 commit dea1b4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ info:
archetype: consumer-aligned
maturity: managed
owner: fulfillment
domain: ecommerce
inputPorts: []
outputPorts:
- id: glue_catalog_database_shelf_warmers_v1
Expand Down
7 changes: 6 additions & 1 deletion dataproduct.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
"description": "The technical id of the team that owns the data product",
"example": "search-team"
},
"domain": {
"type": "string",
"description": "The technical id of the domain",
"example": "ecommerce"
},
"description": {
"type": "string",
"example": "All search queries with user interactions"
Expand Down Expand Up @@ -311,4 +316,4 @@
"example": ["high-quality", "marketing"]
}
}
}
}

0 comments on commit dea1b4d

Please sign in to comment.