Skip to content

Commit 49286d0

Browse files
fix snowflake testing (feast-dev#2903)
Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
1 parent 41ec30d commit 49286d0

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
@@ -88,7 +88,7 @@
8888
"file": ("local", FileDataSourceCreator),
8989
"bigquery": ("gcp", BigQueryDataSourceCreator),
9090
"redshift": ("aws", RedshiftDataSourceCreator),
91-
"snowflake": ("aws", RedshiftDataSourceCreator),
91+
"snowflake": ("aws", SnowflakeDataSourceCreator),
9292
}
9393

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

0 commit comments

Comments
 (0)