SnowflakeSqlApiOperator's Snowflake Legacy Url Authentication Issue #40885
Labels
area:providers
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
pending-response
provider:snowflake
Issues related to Snowflake provider
Apache Airflow version
Other Airflow 2 version (please specify below)
If "Other Airflow 2 version" selected, which one?
2.5.1
What happened?
I have been facing an issue with GCP airflow.
Issue is:
airflow.providers.snowflake.operators.snowflake.SnowflakeOperator
) internally uses correct url for snowflake authentication (https://<orgname>-<account_name>.[snowflakecomputing.com](http://snowflakecomputing.com/
).airflow.providers.snowflake.operators.snowflake.SnowflakeSqlApiOperator
) uses legacy url for snowflake authentication(https://<accountlocator>.<region>.<cloud>.[snowflakecomputing.com](http://snowflakecomputing.com/
).Related Links:
Apache Airflow Snowflake package documentation: Link
Snowflake documentation for authentication: Link
What you think should happen instead?
The SnowflakeSqlApiOperator should use the same url for snowflake authentication as the SnowflakeOperator.
How to reproduce
Try running a query with SnowflakeSqlApiOperator on your snowflake instance.
Operating System
mac
Versions of Apache Airflow Providers
No response
Deployment
Google Cloud Composer
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: