Data not parsed into clean tables in Airbyte OSS on Windows in Docker

Summary

Data from Salesforce connector not parsed into clean tables in Postgres DB in Airbyte OSS on Windows in Docker


Question

Heya - I’ve set up a connection from an external Salesforce instance connector to a local Postgres DB with schema follows source, using airbyte OSS on windows in docker. The data is successfully pulled from Salesforce into the airbyte raw tables, and the processed, typed tables in Postgres are created with the correct typing, but the data isn’t then parsed into the clean tables, but left in the raw airbyte tables in JSON format, broken up into rows.

I can’t see to find any errors in the worker logs in Docker. Am I missing something?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["salesforce-connector", "postgres-db", "airbyte-oss", "windows", "docker", "data-parsing", "worker-logs"]

Update: I jumped to conclusions - some tables did migrate to the real tables instead of remaining in raw tables, but one didn’t. Can’t seem to find any reason in the logs why this is.