Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion sdlf-dataset/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Parameters:
Description: Name of the team owning the pipeline (all lowercase, no symbols or spaces)
Type: String
AllowedPattern: "[a-z0-9]*"
pGlueDatabaseName:
Description: The name of the Glue database (all lowercase, alphanumeric and underscore characters only)
Type: String
AllowedPattern: "[a-z0-9_]{2,14}"
pPipelineDetails:
Type: String
Default: >-
Expand All @@ -54,7 +58,7 @@ Resources:
CatalogId: !Ref AWS::AccountId
DatabaseInput:
Description: !Sub "${pTeamName} team ${pDatasetName} metadata catalog"
Name: !Sub ${pOrg}_${pDomain}_${pEnvironment}_${pTeamName}_${pDatasetName}_db
Name: !Sub ${pOrg}_${pDomain}_${pEnvironment}_${pTeamName}_${pGlueDatabaseName}_db

rGlueDataCatalogLakeFormationTag:
Type: AWS::LakeFormation::TagAssociation
Expand Down