from airflow.contrib.operators.bigquery_operator import BigQueryOperator, BigQueryCreateEmptyTableOperator
--
You received this message because you are subscribed to the Google Groups "cloud-composer-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-composer-di...@googlegroups.com.
To post to this group, send email to cloud-compo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-composer-discuss/5096f46c-d183-4f25-b251-d6270d778f84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello,Unfortunately I believe this is due to the versioning mis-match between your local branch and Cloud Composer's Airflow version. We currently use Apache Airflow 1.9.0. Due to this, the Operator isn't currently in our Airflow.
This is the current bigquery_operator.py we are using:Once we get Cloud Composer stable with version 1.10.0 it will be supported.Thanks,Cameron Moberg
On Mon, Sep 10, 2018 at 4:43 PM 'Crystal Qian' via cloud-composer-discuss <cloud-compo...@googlegroups.com> wrote:
What happens when you ssh into the Kubernetes worker pods and try importing in Python?--
On Friday, September 7, 2018 at 9:38:03 PM UTC-7, nir...@merklescience.com wrote:from airflow.contrib.operators.bigquery_operator import BigQueryOperator, BigQueryCreateEmptyTableOperatorMy DAG which contained the line above is not getting parsed and airflow shows me an error like thiscannot import name BigQueryCreateEmptyTableOperatorHas anyone else here faced this issue on Cloud Composer? This does not seem to be happpening on my local-machine
You received this message because you are subscribed to the Google Groups "cloud-composer-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-composer-discuss+unsub...@googlegroups.com.