You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a destination-snowflake connector using the AWS S3 Staging mode, then refresh the page and try to switch to the [Recommended] Internal Staging option, the Save changes and retest button remains grayed out:
"description": "Writes large batches of records to a file, uploads the file to Snowflake, then uses <pre>COPY INTO table</pre> to upload the file. Recommended for large production workloads for better speed and scalability.",
When I create a destination-snowflake connector using the
AWS S3 Staging
mode, then refresh the page and try to switch to the[Recommended] Internal Staging
option, theSave changes and retest
button remains grayed out:The spec, for reference (this is on master):
airbyte/airbyte-integrations/connectors/destination-snowflake/src/main/resources/spec.json
Lines 145 to 157 in e3bcbc8
This seems to happen for any empty object inside a oneOf, e.g. I see the same behavior on a branch where I've added another empty object: https://github.com/airbytehq/airbyte/blob/2e14eacdb5b00aa7386a243e968bc5000a355606/airbyte-integrations/connectors/destination-snowflake/src/main/resources/spec.json#L258-L271
The text was updated successfully, but these errors were encountered: