Skip to content

feat: Sync History tables#64

Open
nezd wants to merge 1 commit intoMeltanoLabs:mainfrom
dext:hist-tables
Open

feat: Sync History tables#64
nezd wants to merge 1 commit intoMeltanoLabs:mainfrom
dext:hist-tables

Conversation

@nezd
Copy link
Copy Markdown

@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