adamant-mouse-7290
07/26/2022, 4:10 PMtype: athena
config:
aws_region: xxx
work_group: xxx
username: '${xxx}'
password: '${xxx}'
s3_staging_dir: 'xxx'
include_views: true
include_tables: true
database: table1, table2 ... table10
sink:
type: datahub-rest
config:
server: 'xxx'
token: xxx
mammoth-bear-12532
table_pattern
in https://datahubproject.io/docs/generated/ingestion/sources/athena#config-detailsmammoth-bear-12532
config:
table_pattern:
allow:
- MyDatabase.table1
- MyDatabase.table2
...