You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/09 09:09:09 UTC

[GitHub] [airflow] muscovitebob commented on issue #11660: GCSToBigQueryOperator - Not generating the Unique BQ Job Name

muscovitebob commented on issue #11660:
URL: https://github.com/apache/airflow/issues/11660#issuecomment-723876029


   For Cloud Composer users like me, trying to use `2020.10.29` with the `composer-1.12.5-airflow-1.10.10` image will error out with a very cryptic:
   ```
   The command '/bin/sh -c bash installer.sh $COMPOSER_PYTHON_VERSION  fail' returned a non-zero code: 1
   ERROR
   ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1
   ```
   In the cloud build step. The warning from earlier in the log may provide some hints as to why this happens:
   
   ```
   + python3 -m pipdeptree --warn fail
   Warning!!! Possibly conflicting dependencies found:
   * google-cloud-memcache==0.2.0
    - google-api-core [required: >=1.17.0,<2.0.0dev, installed: 1.16.0]
   ```
   
   So for now at least Cloud Composer users are stuck with using either the old non-buggy Operator or waiting for Google to patch this.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org