We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb4e92 commit 968bd2dCopy full SHA for 968bd2d
sdk/python/tests/integration/feature_repos/repo_configuration.py
@@ -89,7 +89,7 @@
89
"file": ("local", FileDataSourceCreator),
90
"bigquery": ("gcp", BigQueryDataSourceCreator),
91
"redshift": ("aws", RedshiftDataSourceCreator),
92
- "snowflake": ("aws", RedshiftDataSourceCreator),
+ "snowflake": ("aws", SnowflakeDataSourceCreator),
93
}
94
95
AVAILABLE_OFFLINE_STORES: List[Tuple[str, Type[DataSourceCreator]]] = [
0 commit comments