Skip to content

Commit f63f8a3

Browse files
committed
Revert "fix snowflake testing (feast-dev#2903)"
This reverts commit 0ceb39c. Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent e559da5 commit f63f8a3

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", SnowflakeDataSourceCreator),
81+
"snowflake": ("aws", RedshiftDataSourceCreator),
8282
}
8383

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

0 commit comments

Comments
 (0)