apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
35.21k stars 13.76k forks source link

Resolve snowflake deprecations in tests #40398

Closed dirrao closed 4 days ago

dirrao commented 4 days ago

Resolve snowflake deprecations in tests related: https://github.com/apache/airflow/issues/38642

dirrao commented 4 days ago

We are running the tests on _process_output in SnowflakeOperator. Do we need to retain this test case as we are deprecating the SnowflakeOperator? Or Adjust it as per the default _process_output from SQLExecuteQueryOperator?

uranusjr commented 4 days ago

We probably should try to retain to test. Not quite sure.