You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Simply running the tutorial worksheet SQL will fail if trial account is set up with Good as cloud provider.
URL of where you see the bug
To Reproduce
Steps to reproduce the behavior:
Create Snowflake account with GCP as default provider.
Proceed with tutorial steps to "Native App Consumer Setup" tab.
Execute steps through creating "MY_STAGE".
See error
Expected behavior
Stage is created for MOVIES.DATA schema.
Actual Behavior
Receive error message stating that Google provider accounts must have a notification integration to support automatic refresh, so AUTO_REFRESH must be set to false for stage creation to succeed. Even then, I'm not sure if the stage works as a data source, as I ended up manually uploading the metadata CSV.
Intended Resolution
Provide specific constraints on trial account creation with documentation, or provide configurations that work for each provider type.
The text was updated successfully, but these errors were encountered:
Describe the bug
Simply running the tutorial worksheet SQL will fail if trial account is set up with Good as cloud provider.
URL of where you see the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Stage is created for MOVIES.DATA schema.
Actual Behavior
Receive error message stating that Google provider accounts must have a notification integration to support automatic refresh, so
AUTO_REFRESH
must be set tofalse
for stage creation to succeed. Even then, I'm not sure if the stage works as a data source, as I ended up manually uploading the metadata CSV.Intended Resolution
Provide specific constraints on trial account creation with documentation, or provide configurations that work for each provider type.
The text was updated successfully, but these errors were encountered: