This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 336b8161608 Automatically add pydantic extra when installing airflow 2
in breeze (#60264)
add 2c5487c924e Fix OAuth token refresh for long-running SnowflakeHook
tasks and add tests. (#60027)
No new revisions were added by this update.
Summary of changes:
.../airflow/providers/snowflake/hooks/snowflake.py | 193 ++++++++++++++-------
.../providers/snowflake/hooks/snowflake_sql_api.py | 4 +-
.../tests/unit/snowflake/hooks/test_snowflake.py | 120 ++++++++++---
.../unit/snowflake/hooks/test_snowflake_sql_api.py | 21 +--
4 files changed, 242 insertions(+), 96 deletions(-)