Skip to content

Commit

Permalink
manually bump source definition version (#21349)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodireich authored and jbfbell committed Jan 13, 2023
1 parent 021b715 commit db25e3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@
- name: Snowflake
sourceDefinitionId: e2d65910-8c8b-40a1-ae7d-ee2416b2bfa2
dockerRepository: airbyte/source-snowflake
dockerImageTag: 0.1.27
dockerImageTag: 0.1.28
documentationUrl: https://docs.airbyte.com/integrations/sources/snowflake
icon: snowflake.svg
sourceType: database
Expand Down
6 changes: 3 additions & 3 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13667,7 +13667,7 @@
- - "client_secret"
oauthFlowOutputParameters:
- - "refresh_token"
- dockerImage: "airbyte/source-snowflake:0.1.27"
- dockerImage: "airbyte/source-snowflake:0.1.28"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/snowflake"
connectionSpecification:
Expand All @@ -13679,7 +13679,6 @@
- "role"
- "warehouse"
- "database"
- "schema"
properties:
credentials:
title: "Authorization Method"
Expand Down Expand Up @@ -13778,7 +13777,8 @@
title: "Database"
order: 4
schema:
description: "The source Snowflake schema tables."
description: "The source Snowflake schema tables. Leave empty to access\
\ tables from multiple schemas."
examples:
- "AIRBYTE_SCHEMA"
type: "string"
Expand Down

0 comments on commit db25e3c

Please sign in to comment.