ronaldorcampos commented on issue #66480: URL: https://github.com/apache/airflow/issues/66480#issuecomment-4408639915
Verified apache-airflow-providers-git==0.3.2rc1 ([PR #63814](https://github.com/apache/airflow/pull/63814)) end-to-end on Airflow 3.2.0. First task run cloned the repo; second task run with the same bundle version hit the new skip path: ``` DEBUG - Using existing local repo with correct version bundle_name=my-dags version=cfc1eacabe21ce550b0a47261519a7bd29cdcedf ``` followed by the post-skip git reset --hard HEAD + git clean -fd reset. No re-clone — works as intended. 💯 -- 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]
