Skip to content

Commit

Permalink
feat(ui-ingestion): Add test connection button to bigquery-beta form (d…
Browse files Browse the repository at this point in the history
…atahub-project#6248)

Co-authored-by: Chris Collins <[email protected]>
  • Loading branch information
chriscollins3456 and Chris Collins authored Oct 22, 2022
1 parent 0614f99 commit 775d2b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ export const RECIPE_FIELDS: RecipeFields = {

export const CONNECTORS_WITH_FORM = new Set(Object.keys(RECIPE_FIELDS));

export const CONNECTORS_WITH_TEST_CONNECTION = new Set([SNOWFLAKE, LOOKER]);
export const CONNECTORS_WITH_TEST_CONNECTION = new Set([SNOWFLAKE, LOOKER, BIGQUERY_BETA]);

0 comments on commit 775d2b0

Please sign in to comment.