zach-overflow commented on PR #60176: URL: https://github.com/apache/airflow/pull/60176#issuecomment-3724947899
Thanks for flagging, and I meant to follow up on this: I'm unclear on the preferred way to indicate the airflow source code is required for a given pre-commit script. With the change in https://github.com/apache/airflow/pull/60176/commits/941cc957ea656b19ba97340d968e9abe520f45a8 , that requires airflow-core and its relevant sub-dependencies. Running that locally worked, but that was likely a fluke because I ran the command from an active venv. Let me see how I can ensure at least `airflow.models` is importable in the script, without rebuilding the entire world of the Airflow dev dependencies in the CI checks. -- 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]
