-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 / GCS staging: use correct staging filename #11768
Conversation
/test connector=connectors/destination-snowflake
|
/test connector=connectors/destination-s3
|
/test connector=connectors/destination-gcs
|
...destination-s3/src/main/java/io/airbyte/integrations/destination/s3/S3StorageOperations.java
Outdated
Show resolved
Hide resolved
...main/java/io/airbyte/integrations/destination/snowflake/SnowflakeS3StagingSqlOperations.java
Show resolved
Hide resolved
/test connector=connectors/destination-snowflake
|
/test connector=connectors/destination-s3
|
/test connector=connectors/destination-gcs
|
What
<partId>.<extension>
. However, the original UUID filename was used in the following steps, resulting in empty data.🚨 User Impact 🚨