Skip to content

Commit 968bd2d

Browse files
fix snowflake testing (feast-dev#2903)
Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
1 parent 2bb4e92 commit 968bd2d

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
@@ -89,7 +89,7 @@
8989
"file": ("local", FileDataSourceCreator),
9090
"bigquery": ("gcp", BigQueryDataSourceCreator),
9191
"redshift": ("aws", RedshiftDataSourceCreator),
92-
"snowflake": ("aws", RedshiftDataSourceCreator),
92+
"snowflake": ("aws", SnowflakeDataSourceCreator),
9393
}
9494

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

0 commit comments

Comments
 (0)