mahadirz commented on issue #9780: URL: https://github.com/apache/airflow/issues/9780#issuecomment-657481244
> If you test it and see that it works can you let us know and close the ticket please ? Tested with `pip install pip apache-airflow-backport-providers-google` and afterwards the airflow background processes were restarted. After the DAG manually triggered, the DAG failed with same errors as above. ## Backport version ``` $ pip freeze | grep apache-airflow-backport-providers-google apache-airflow-backport-providers-google==2020.6.24 ``` Do I need to modify my current DAG file in order for backport to work (such import statements) or special commands to clear anything like database and etc? For time being I just manually apply the above "potential fix" and patch the file. ---------------------------------------------------------------- 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: [email protected]
