jroachgolf84 opened a new pull request, #59470: URL: https://github.com/apache/airflow/pull/59470
## Description @manipatnam noted that each time the Trigger ran for the `SnowflakeSqlApiOperator`, a connection was being made. This issue was tracked down to the `SnowflakeSqlApiTrigger`, where an unnecessary call was being made to `SnowflakeSqlApiHook` each time the trigger ran. This PR removes that call. ## Testing To test the changes made in this PR, please run the command shown below. This will run all tests for the Snowflake provider. ```bash breeze testing providers-tests --test-type "Providers[snowflake]" ``` closes: https://github.com/apache/airflow/issues/59385 -- 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]
