Skip to content

Commit 0ceb39c

Browse files
fix snowflake testing (#2903)
Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
1 parent 9b97fca commit 0ceb39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/tests/integration/feature_repos/repo_configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"file": ("local", FileDataSourceCreator),
7979
"bigquery": ("gcp", BigQueryDataSourceCreator),
8080
"redshift": ("aws", RedshiftDataSourceCreator),
81-
"snowflake": ("aws", RedshiftDataSourceCreator),
81+
"snowflake": ("aws", SnowflakeDataSourceCreator),
8282
}
8383

8484
AVAILABLE_OFFLINE_STORES: List[Tuple[str, Type[DataSourceCreator]]] = [

0 commit comments

Comments
 (0)