Is it possible to make DDL statement (scripting) in Airflow BigQUeryOperator ?
Because script is OK on bigquery UI, but when running it on airflow 1.10.12 I have the classic error 'not found in location US' which is not helping me a lot.
I tried passing WRITE_DISPOSITION and CREATE_DISPOSITION as None, and also with default values.
It seems that it must be possible refering to this
0
votes
Did you create the dataset?
- shankshera
yes destination dataset exists. Script is OK through UI.
- jledru