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/08/13 18:34:47 UTC

[GitHub] [airflow] kaydani opened a new issue #10322: GCSToGoogleSheetsOperator backwards compatibility bug

kaydani opened a new issue #10322:
URL: https://github.com/apache/airflow/issues/10322


   
   **Apache Airflow version**: airflow-1.10.2
   
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   
   **Environment**: GCP Composer
   
   - **Cloud provider or hardware configuration**: GCP Composer
   - **OS** (e.g. from /etc/os-release): GCP Composer
   - **Kernel** (e.g. `uname -a`):
   - **Install tools**:
   - **Others**:
   
   **What happened**:
   
   Imported GCSToGoogleSheetsOperator using `airflow-1.10.2`
   
   In airflow UI, I see the following error `Broken DAG: [/home/airflow/gcs/dags/dag.py] getboolean() got an unexpected keyword argument 'fallback'`
   
   **What you expected to happen**: the dag to start running
   
   <!-- What do you think went wrong? -->
   I think there's a backwards compatibility issue since this is a v2 operator, but I am running v1 of airflow
   
   **How to reproduce it**:
   import GCSToGoogleSheetsOperator in any dag file
   
   How often does this problem occur? Once? Every time etc? Every time
   
   


----------------------------------------------------------------
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



[GitHub] [airflow] potiuk commented on issue #10322: GCSToGoogleSheetsOperator backwards compatibility bug

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #10322:
URL: https://github.com/apache/airflow/issues/10322#issuecomment-673676827


   Backport providers were tested and should work for 1.10.6+ version.  There is no guarantee they work with earlier versions and we do not plan to make any fixes to  make them work this way. That is far too much effort to make sure that it works for all past versions.
   
   The behaviour of getboolean was fixed in https://github.com/apache/airflow/pull/4674/files  which was way after 1.10.2 release.
   
   My recommendation is that if you want to use backport providers, you should migrate to latest version of Apache Airflow.


----------------------------------------------------------------
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



[GitHub] [airflow] potiuk closed issue #10322: GCSToGoogleSheetsOperator backwards compatibility bug

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #10322:
URL: https://github.com/apache/airflow/issues/10322


   


----------------------------------------------------------------
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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #10322: GCSToGoogleSheetsOperator backwards compatibility bug

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #10322:
URL: https://github.com/apache/airflow/issues/10322#issuecomment-673642472


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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