2022-09-17 09:46:45 +02:00
|
|
|
source:
|
2022-10-26 20:15:44 +02:00
|
|
|
type: bigquery-legacy
|
2022-09-17 09:46:45 +02:00
|
|
|
config:
|
2022-10-26 20:15:44 +02:00
|
|
|
# Coordinates
|
|
|
|
project_id: my_project_id
|
|
|
|
|
2022-09-17 09:46:45 +02:00
|
|
|
# `schema_pattern` for BQ Datasets
|
|
|
|
schema_pattern:
|
|
|
|
allow:
|
|
|
|
- finance_bq_dataset
|
2022-10-26 20:15:44 +02:00
|
|
|
|
2022-09-17 09:46:45 +02:00
|
|
|
table_pattern:
|
|
|
|
deny:
|
|
|
|
# The exact name of the table is revenue_table_name
|
|
|
|
# The reason we have this `.*` at the beginning is because the current implmenetation of table_pattern is testing
|
|
|
|
# project_id.dataset_name.table_name
|
|
|
|
# We will improve this in the future
|
|
|
|
- .*revenue_table_name
|
|
|
|
|
|
|
|
sink:
|
|
|
|
# sink configs
|