The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I have created data factory pipelines in fabric which ingests data from sql server and lands into fabric warehouse once a day.
How is it possible to ingest the sql server table data only when they change at source?
thank you
Solved! Go to Solution.
It is but only for Azure SQL Database, not SQL Server. Others supported is CosmosDB, Databricks, Snowflake,
Hi @arkiboys2 there is nothing yet that can detect source data changes (e.g. CDC) so you'll need to implement some form of scheduled polling with incremental loading.
We're still waiting to see if any CDC functionality will be added, and also when we can mirror SQL Server data into Fabric itself.
mirroring is available, right?
It is but only for Azure SQL Database, not SQL Server. Others supported is CosmosDB, Databricks, Snowflake,
Does this mean in azure sql server, that if a row in a table is updated or inserted then the same table gets an upsert?