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

[Feature] Update Data Models to Coincide with Connector Changes #129

Open
1 of 4 tasks
fivetran-joemarkiewicz opened this issue May 29, 2024 · 1 comment
Open
1 of 4 tasks
Labels
type:enhancement New functionality or enhancement update_type:models Primary focus requires model updates

Comments

@fivetran-joemarkiewicz
Copy link
Contributor

Is there an existing feature request for this?

  • I have searched the existing issues

Describe the Feature

The Fivetran Platform connector will soon be seeing a few updates which will result in breaking changes for new connectors. The breaking changes include:

  • The connector_id field in the incremental_mar table will be renamed to connector_name.
  • The connector table will be renamed to connection.
  • Additionally, the connection table PK will change id (previously connector_id) along with renaming changes to FK (will now be connection_id) references. The other tables with FK renaming which this data model leverages include:
    • incremental_mar
    • log

Describe alternatives you've considered

No response

Are you interested in contributing this feature?

  • Yes.
  • Yes, but I will need assistance and will schedule time during your office hours for guidance.
  • No.

Anything else?

For existing connectors, this won't technically be breaking as both the old and new versions of the fields/tables will be generated. However, we will want to make sure the data model is updated to reflect the new changes while also being backwards compatible.

Please reference the internal ticket for additional details around these upcoming changes.

@fivetran-joemarkiewicz fivetran-joemarkiewicz added type:enhancement New functionality or enhancement update_type:models Primary focus requires model updates labels May 29, 2024
@fivetran-jamie
Copy link
Contributor

Have these changes been rolled out to the connector (or new connections?) yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New functionality or enhancement update_type:models Primary focus requires model updates
Projects
None yet
Development

No branches or pull requests

2 participants