Skip to main content

Community

Connector Improvement: Expose all schema tables and provide the ability to select specific tables when configuring the SDK connector.

Answered

Please sign in to leave a comment.

Comments

1 comment

  • Official comment

    Hi Rakshya,

    This feature is not currently on our roadmap as the Connector SDK is optimized for Customers to build their own targeted Custom Connections. The Dashboard can be used to resync a complete Connector SDK connection using the Resync all historical data button from the Setup page. If the state object has been appropriately designed it is possible to re-sync one or two specific tables by using the Fivetran API to directly manage the connections state object (docs available here). The connector SDK system can infer new tables and columns whenever they appear so you don't have to 'hardcode all table definitions'.

    I would like to better understand the use case you have that is leading to this request?

    Part of building a custom connection is identifying the data that is needed and focusing the development effort just on that data. Requiring all tables to be built out and fully tested just so you can turn some of them off seems like it would slow the development effort down rather than speed it up.

    Thanks,
    Alison