Skip to content

Commit

Permalink
[sdlf-dataset] temporarily remove lf-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Dec 2, 2024
1 parent 28ca94c commit 675b330
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions sdlf-dataset/src/dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,13 @@ Resources:
Value: !GetAtt rDatalakeCrawlerRole.Arn
Description: ARN of the Crawler role

rLakeFormationTag:
Type: AWS::LakeFormation::Tag
Properties:
CatalogId: !Ref AWS::AccountId
TagKey: "sdlf:dataset"
TagValues:
- !Ref pDatasetName
# rLakeFormationTag:
# Type: AWS::LakeFormation::Tag
# Properties:
# CatalogId: !Ref AWS::AccountId
# TagKey: "sdlf:dataset"
# TagValues:
# - !Ref pDatasetName

rRawGlueDataCatalog:
Type: AWS::Glue::Database
Expand All @@ -398,18 +398,18 @@ Resources:
Value: !Ref rRawGlueDataCatalog
Description: !Sub "${pDatasetName} raw metadata catalog"

rRawGlueDataCatalogLakeFormationTag:
Type: AWS::LakeFormation::TagAssociation
Properties:
Resource:
Database:
CatalogId: !Ref AWS::AccountId
Name: !Ref rRawGlueDataCatalog
LFTags:
- CatalogId: !Ref AWS::AccountId
TagKey: "sdlf:dataset"
TagValues:
- !Ref pDatasetName
# rRawGlueDataCatalogLakeFormationTag:
# Type: AWS::LakeFormation::TagAssociation
# Properties:
# Resource:
# Database:
# CatalogId: !Ref AWS::AccountId
# Name: !Ref rRawGlueDataCatalog
# LFTags:
# - CatalogId: !Ref AWS::AccountId
# TagKey: "sdlf:dataset"
# TagValues:
# - !Ref pDatasetName

rRawGlueCrawler:
Type: AWS::Glue::Crawler
Expand Down Expand Up @@ -473,18 +473,18 @@ Resources:
Value: !Ref rStageGlueDataCatalog
Description: !Sub "${pDatasetName} stage metadata catalog"

rStageGlueDataCatalogLakeFormationTag:
Type: AWS::LakeFormation::TagAssociation
Properties:
Resource:
Database:
CatalogId: !Ref AWS::AccountId
Name: !Ref rStageGlueDataCatalog
LFTags:
- CatalogId: !Ref AWS::AccountId
TagKey: "sdlf:dataset"
TagValues:
- !Ref pDatasetName
# rStageGlueDataCatalogLakeFormationTag:
# Type: AWS::LakeFormation::TagAssociation
# Properties:
# Resource:
# Database:
# CatalogId: !Ref AWS::AccountId
# Name: !Ref rStageGlueDataCatalog
# LFTags:
# - CatalogId: !Ref AWS::AccountId
# TagKey: "sdlf:dataset"
# TagValues:
# - !Ref pDatasetName

rStageGlueCrawler:
Type: AWS::Glue::Crawler
Expand Down Expand Up @@ -548,18 +548,18 @@ Resources:
Value: !Ref rAnalyticsGlueDataCatalog
Description: !Sub "${pDatasetName} analytics metadata catalog"

rAnalyticsGlueDataCatalogLakeFormationTag:
Type: AWS::LakeFormation::TagAssociation
Properties:
Resource:
Database:
CatalogId: !Ref AWS::AccountId
Name: !Ref rAnalyticsGlueDataCatalog
LFTags:
- CatalogId: !Ref AWS::AccountId
TagKey: "sdlf:dataset"
TagValues:
- !Ref pDatasetName
# rAnalyticsGlueDataCatalogLakeFormationTag:
# Type: AWS::LakeFormation::TagAssociation
# Properties:
# Resource:
# Database:
# CatalogId: !Ref AWS::AccountId
# Name: !Ref rAnalyticsGlueDataCatalog
# LFTags:
# - CatalogId: !Ref AWS::AccountId
# TagKey: "sdlf:dataset"
# TagValues:
# - !Ref pDatasetName

rAnalyticsGlueCrawler:
Type: AWS::Glue::Crawler
Expand Down

0 comments on commit 675b330

Please sign in to comment.