We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f726c96 commit 895c2e4Copy full SHA for 895c2e4
sdk/python/tests/integration/feature_repos/repo_configuration.py
@@ -78,7 +78,7 @@
78
"file": ("local", FileDataSourceCreator),
79
"bigquery": ("gcp", BigQueryDataSourceCreator),
80
"redshift": ("aws", RedshiftDataSourceCreator),
81
- "snowflake": ("aws", RedshiftDataSourceCreator),
+ "snowflake": ("aws", SnowflakeDataSourceCreator),
82
}
83
84
AVAILABLE_OFFLINE_STORES: List[Tuple[str, Type[DataSourceCreator]]] = [
0 commit comments