astronomer / airflow-provider-great-expectations

Great Expectations Airflow operator
http://greatexpectations.io
Apache License 2.0
157 stars 53 forks source link

Snowflake Region should be optional #100

Closed mpgreg closed 1 year ago

mpgreg commented 1 year ago

Currently gexp provider assumes a snowflake region will always be provided.

Some snowflake regions (ie. us-west-2) do not require (or allow) a region in the connection string. Additionally, some regions have multiple deployments and it becomes necessary to specify region and deployment. This is best accomplished by putting the fully-qualified name in the account field (ie. account.deployment.region.cloud). For this to work the region field must be empty.