ephraimbuddy commented on PR #45714: URL: https://github.com/apache/airflow/pull/45714#issuecomment-2665753274
> Could you please clarify it for me? 1 Is it okay to include` providers` in this pre-commit hook ? 2 Do I need to remove `session.query` from the codebases to pass this pre-commit check ? Providers should not be part of this. You have to specify that this should check in airflow/ and task_sdk/ and not providers/. You also need to remove all usage of session.query for this to pass. Sorry for this late reply -- 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]
