Skip to content
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

feat: Sync History tables #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

nezd
Copy link

@nezd nezd commented Oct 10, 2024

Salesforce has history tables which allow us to see how the data has changed over time.

Every history table has two important fields OldValue and NewValue. When the discovery process is running it cannot find the data type for these fields. The solution is these fields to be seen as type string.

    Snowflake syncing of the history tables is failing due to unrecognised data type in the OldValue and NewValue columns. Assigning 'str' type to this fields to resolve the issue.
@nezd nezd changed the title Sync History tables feat: Sync History tables Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant