Skip to content

Commit

Permalink
tao: remove hardcoded glue table name in dataset (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored and darken99 committed Aug 5, 2022
1 parent 089baec commit ea860b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfn-templates/tao.cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,11 +601,11 @@ Resources:
DataSourceArn: !GetAtt taoQuickSightDataSource.Arn
Catalog: AwsDataCatalog
Schema: !Ref DatabaseName
Name: ta_organizational_view_reports
Name: !Join [ '' , [ !FindInMap [ "Definitions", "taoAthenaTable", "Value" ] , !Ref taoSuffix ] ]
InputColumns: !FindInMap [ "References", "taoDataSetInputColumns", "Value" ]
LogicalTableMap:
b5de237f-b599-407f-87ec-32024624ba65:
Alias: ta_organizational_view_reports
Alias: !Join [ '' , [ !FindInMap [ "Definitions", "taoAthenaTable", "Value" ] , !Ref taoSuffix ] ]
DataTransforms:
- TagColumnOperation:
ColumnName: region
Expand Down Expand Up @@ -1068,4 +1068,4 @@ Resources:
Region: !Ref "AWS::Region"
Name: !Join ['', ["taoLoggerLambdaExecutor", !Ref taoSuffix] ]
dashboards:
- tao
- tao

0 comments on commit ea860b4

Please sign in to comment.