jacob_mulligan
08/10/2023, 1:44 PMoverwrite config for one of the steams?
- name: target-bigquery
pip_url: git+<https://github.com/z3z1ma/target-bigquery.git>
config:
credentials_json: ${BIGQUERY_CREDENTIALS_JSON}
project: analytics-prod-383519
method: batch_job
overwrite: true
I have a stream called form_answers that I'd like for overwrite to be set to false. Is this possible? Thanks!user
08/10/2023, 2:38 PMjacob_mulligan
08/11/2023, 1:05 PM