Forum Discussion

Rocky1001's avatar
Rocky1001
Frequent Visitor
11 months ago
Solved

Netsuite connector for Fabric

Hi all, just wanted to pick your brains please. I'm a newbie to Netsuite but have lots of PBI and some good Fabric experience but I was wondering if you suggest some options for extracting data fr...
  • v-sgandrathi's avatar
    v-sgandrathi
    11 months ago

    Hi Rocky1001,

     

    Currently, Microsoft Fabric does not offer a native connector for NetSuite. Commonly used approaches include:

     

    CData Sync -- OneLake (Parquet/Delta):
    This is a cost-effective solution compared to fully managed ELT, supporting incremental replication and flexible scheduling. However, it requires some operational management as you will be running the service.

     

    Fivetran -- OneLake (Delta):
    This fully managed option delivers data directly into OneLake with minimal setup. Most objects support incremental loads, though some tables may need full refreshes periodically. It is the lowest-maintenance approach but comes at a higher cost.

     

    DIY solutions (SuiteAnalytics ODBC/JDBC or REST/SuiteQL APIs):
    These can be integrated through Fabric pipelines or notebooks, but you will need to develop and maintain your own incremental logic, as well as manage authentication, pagination, and throttling.

     

    For smaller data volumes, CData Sync into OneLake offers a good balance between cost and effort. If budget allows and a fully managed solution is preferred, Fivetran β†’ OneLake is the most straightforward option.

     

    Thank you.