Skip to content

Commit 675b330

Browse files
committed
[sdlf-dataset] temporarily remove lf-tag
1 parent 28ca94c commit 675b330

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

sdlf-dataset/src/dataset.yaml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,13 @@ Resources:
371371
Value: !GetAtt rDatalakeCrawlerRole.Arn
372372
Description: ARN of the Crawler role
373373

374-
rLakeFormationTag:
375-
Type: AWS::LakeFormation::Tag
376-
Properties:
377-
CatalogId: !Ref AWS::AccountId
378-
TagKey: "sdlf:dataset"
379-
TagValues:
380-
- !Ref pDatasetName
374+
# rLakeFormationTag:
375+
# Type: AWS::LakeFormation::Tag
376+
# Properties:
377+
# CatalogId: !Ref AWS::AccountId
378+
# TagKey: "sdlf:dataset"
379+
# TagValues:
380+
# - !Ref pDatasetName
381381

382382
rRawGlueDataCatalog:
383383
Type: AWS::Glue::Database
@@ -398,18 +398,18 @@ Resources:
398398
Value: !Ref rRawGlueDataCatalog
399399
Description: !Sub "${pDatasetName} raw metadata catalog"
400400

401-
rRawGlueDataCatalogLakeFormationTag:
402-
Type: AWS::LakeFormation::TagAssociation
403-
Properties:
404-
Resource:
405-
Database:
406-
CatalogId: !Ref AWS::AccountId
407-
Name: !Ref rRawGlueDataCatalog
408-
LFTags:
409-
- CatalogId: !Ref AWS::AccountId
410-
TagKey: "sdlf:dataset"
411-
TagValues:
412-
- !Ref pDatasetName
401+
# rRawGlueDataCatalogLakeFormationTag:
402+
# Type: AWS::LakeFormation::TagAssociation
403+
# Properties:
404+
# Resource:
405+
# Database:
406+
# CatalogId: !Ref AWS::AccountId
407+
# Name: !Ref rRawGlueDataCatalog
408+
# LFTags:
409+
# - CatalogId: !Ref AWS::AccountId
410+
# TagKey: "sdlf:dataset"
411+
# TagValues:
412+
# - !Ref pDatasetName
413413

414414
rRawGlueCrawler:
415415
Type: AWS::Glue::Crawler
@@ -473,18 +473,18 @@ Resources:
473473
Value: !Ref rStageGlueDataCatalog
474474
Description: !Sub "${pDatasetName} stage metadata catalog"
475475

476-
rStageGlueDataCatalogLakeFormationTag:
477-
Type: AWS::LakeFormation::TagAssociation
478-
Properties:
479-
Resource:
480-
Database:
481-
CatalogId: !Ref AWS::AccountId
482-
Name: !Ref rStageGlueDataCatalog
483-
LFTags:
484-
- CatalogId: !Ref AWS::AccountId
485-
TagKey: "sdlf:dataset"
486-
TagValues:
487-
- !Ref pDatasetName
476+
# rStageGlueDataCatalogLakeFormationTag:
477+
# Type: AWS::LakeFormation::TagAssociation
478+
# Properties:
479+
# Resource:
480+
# Database:
481+
# CatalogId: !Ref AWS::AccountId
482+
# Name: !Ref rStageGlueDataCatalog
483+
# LFTags:
484+
# - CatalogId: !Ref AWS::AccountId
485+
# TagKey: "sdlf:dataset"
486+
# TagValues:
487+
# - !Ref pDatasetName
488488

489489
rStageGlueCrawler:
490490
Type: AWS::Glue::Crawler
@@ -548,18 +548,18 @@ Resources:
548548
Value: !Ref rAnalyticsGlueDataCatalog
549549
Description: !Sub "${pDatasetName} analytics metadata catalog"
550550

551-
rAnalyticsGlueDataCatalogLakeFormationTag:
552-
Type: AWS::LakeFormation::TagAssociation
553-
Properties:
554-
Resource:
555-
Database:
556-
CatalogId: !Ref AWS::AccountId
557-
Name: !Ref rAnalyticsGlueDataCatalog
558-
LFTags:
559-
- CatalogId: !Ref AWS::AccountId
560-
TagKey: "sdlf:dataset"
561-
TagValues:
562-
- !Ref pDatasetName
551+
# rAnalyticsGlueDataCatalogLakeFormationTag:
552+
# Type: AWS::LakeFormation::TagAssociation
553+
# Properties:
554+
# Resource:
555+
# Database:
556+
# CatalogId: !Ref AWS::AccountId
557+
# Name: !Ref rAnalyticsGlueDataCatalog
558+
# LFTags:
559+
# - CatalogId: !Ref AWS::AccountId
560+
# TagKey: "sdlf:dataset"
561+
# TagValues:
562+
# - !Ref pDatasetName
563563

564564
rAnalyticsGlueCrawler:
565565
Type: AWS::Glue::Crawler

0 commit comments

Comments
 (0)