Skip to content

Commit

Permalink
Update specs and fix build (airbytehq#8560)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored Dec 6, 2021
1 parent f9d8e39 commit fa999d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3111,7 +3111,7 @@
supported_destination_sync_modes:
- "overwrite"
- "append"
- dockerImage: "airbyte/destination-snowflake:0.3.18"
- dockerImage: "airbyte/destination-snowflake:0.3.19"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/snowflake"
connectionSpecification:
Expand Down Expand Up @@ -3197,6 +3197,19 @@
enum:
- "Internal Staging"
default: "Internal Staging"
- title: "Standard Inserts"
additionalProperties: false
description: "Uses <pre>INSERT</pre> statements to send batches of records\
\ to Snowflake. Easiest (no setup) but not recommended for large production\
\ workloads due to slow speed."
required:
- "method"
properties:
method:
type: "string"
enum:
- "Standard"
default: "Standard"
- title: "AWS S3 Staging"
additionalProperties: false
description: "Writes large batches of records to a file, uploads the file\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2868,7 +2868,7 @@
oauthFlowInitParameters: []
oauthFlowOutputParameters:
- - "access_token"
- dockerImage: "airbyte/source-iterable:0.1.13"
- dockerImage: "airbyte/source-iterable:0.1.14"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/iterable"
connectionSpecification:
Expand Down

0 comments on commit fa999d2

Please sign in to comment.