Skip to content

Commit

Permalink
Revert "fix snowflake testing (#2903)"
Browse files Browse the repository at this point in the history
This reverts commit 0ceb39c.

Signed-off-by: Kevin Zhang <[email protected]>
  • Loading branch information
kevjumba committed Jul 5, 2022
1 parent e559da5 commit f63f8a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"file": ("local", FileDataSourceCreator),
"bigquery": ("gcp", BigQueryDataSourceCreator),
"redshift": ("aws", RedshiftDataSourceCreator),
"snowflake": ("aws", SnowflakeDataSourceCreator),
"snowflake": ("aws", RedshiftDataSourceCreator),
}

AVAILABLE_OFFLINE_STORES: List[Tuple[str, Type[DataSourceCreator]]] = [
Expand Down

0 comments on commit f63f8a3

Please sign in to comment.