flat-painter-78331
07/29/2022, 7:55 AMcareful-pilot-86309
07/29/2022, 8:38 AMsource:
type: bigquery
config:
# Coordinates
project_id: calm-pagoda-323403
`# schema_pattern
for BQ Datasets`
schema_pattern:
allow:
- bigquery_demo
# - usage
table_pattern:
allow:
- .*customer
deny:
- .*customer_orders
- .*customer_derived
stateful_ingestion:
enabled: false
state_provider:
type: "datahub" # default value
`# This section is needed if the pipeline-level datahub_api
is not configured.`
config: # default value
datahub_api:
server: "<http://localhost:8080>"
careful-pilot-86309
07/29/2022, 8:40 AM