Skip to main content

Community

Tables selected/Total in Schema should be able to download in the excel.

Answered

Please sign in to leave a comment.

Comments

1 comment

  • Official comment

    Hi Nitin,



    Your goal to efficiently export and re-import table selections for large schemas is clear. While Fivetran does not currently support Excel downloads or uploads of table selections directly within the UI, a similar outcome can be achieved using our existing API tools.



    Workaround Steps:



    1. Use the Fivetran REST API to retrieve the full list of tables in your schema and the subset of selected tables. The /schemas and /tables endpoints provide this information.

    2. Export this data to a CSV or Excel file by transforming the API response as needed (e.g., using Python or a spreadsheet tool).

    3. To configure another pipeline with the same table selections, use the API to update the target connector’s selection of tables based on the previously exported set.



    Comprehensive instructions are available in our Help Center API documentation.



    Would this approach address your immediate requirements, or do you have specific constraints where the native UI-based Excel option is essential?



    Thanks,
    Frank