marvinfretly commented on PR #28979: URL: https://github.com/apache/airflow/pull/28979#issuecomment-1385590548
> > > > > > > > > How can I try it? I'm currently using airflow using docker image > > There is different ways, however according to the fact that changes relevant only for single file you could: > > 1. Download associated with this PR: https://raw.githubusercontent.com/apache/airflow/e607c90884da37bebc3d4ca257bd253f31954c14/airflow/providers/papermill/operators/papermill.py > 2. Place it in you DAG directory > 3. Use in your DAG `from papermill import PapermillOperator` instead of `from airflow.providers.papermill.operators.papermill import PapermillOperator` > > Another options: > > * Use [breeze](https://github.com/apache/airflow/blob/main/BREEZE) and switch to this branch > * Patch sources: https://github.com/apache/airflow/commit/e607c90884da37bebc3d4ca257bd253f31954c14.patch Thank you. Everything is working properly now. Using v2.5.0 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
