diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index 5289de9cd9dd..8f4f814a193b 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -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 diff --git a/airbyte-config/init/src/main/resources/seed/source_specs.yaml b/airbyte-config/init/src/main/resources/seed/source_specs.yaml index 2fcc63834bf0..8e32fbbb1d80 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -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: @@ -13679,7 +13679,6 @@ - "role" - "warehouse" - "database" - - "schema" properties: credentials: title: "Authorization Method" @@ -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"