Hi Team, Question about ingestion from BigQuery - ...
# troubleshoot
w
Hi Team, Question about ingestion from BigQuery - how can I change the default jobs location ? currently the BQ profiling jobs are running on different location from the datasets locations (US / us-central1) so I get an error: Dataset XXXXX was not found in location us-central1
plus1 1
d
It seems like the underlying sqlalchemy driver supports it. Please, can you try to set this way?
Copy code
options:
       location: your_selected_location