AWS S3 Staging COPY is writing records from different table in the same raw table #5664
Labels
area/connectors
Connector related issues
connectors/destination/snowflake
connectors/destinations-warehouse
connectors/source/s3
connectors/sources-files
priority/critical
Critical priority!
type/bug
Something isn't working
Enviroment
Current Behavior
in the
_AIRBYTE_RAW_MYTABLE
i am seeing json blobs in_AIRBYTE_DATA
column that are pertaining to two different tables.i can give two examples where this happens. both of which have similar table names
e.g.
user
anduser_invites
tablesentrydispute
andentrydisputeevent
tablesin the first table, there are JSON blobs with schemas pertaining to the second table. and so the resulting
_scd
and final tables contain NULL records because_AIRBYTE_RAW_USER
has a record (row) with raw json data having the schema of_AIRBYTE_RAW_USER_INVITES
and so the columns in this raw (in the final_scd
and final table) are NULL because that row doesn't have any data with columns relating to the original table.It appears that the AWS S3 Staging COPY is copying data from one table into the other
Expected Behavior
Each table should have
_AIRBYTE_RAW_<TABLE>
with only that table's dataLogs
If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.
LOG
Steps to Reproduce
Are you willing to submit a PR?
Remove this with your answer.
The text was updated successfully, but these errors were encountered: