mik-laj commented on pull request #10391: URL: https://github.com/apache/airflow/pull/10391#issuecomment-676615144
Okay. I already know what happened. Backport packages are tested with Airflow 1.10.10, so you cannot use Airflow 2.0 function in backport packages unless you also provide an alternative for Airflow 1.10. You can do this by vendoring this method/module to your package. You can do automatically using bowler when creating the package; Here's some code that does a similar transform for another module. https://github.com/apache/airflow/blob/master/backport_packages/refactor_backport_packages.py#L641-L649 ---------------------------------------------------------------- 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]
