Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

delete/update in fabric warehouse table using fabric notebook

We are doing ETL operation using Fabric Notebook.

We are building a code in which we are fetching the data from a rest api and inserting into fabric warehouse table in append mode using synapsesql wh connector.

https://learn.microsoft.com/en-us/fabric/data-engineering/spark-data-warehouse-connector?tabs=pyspar....

 

We wanted to know how can we perform delete operations, in which we can selectively delete the data from warehouse table for a particular period because there can be scenarious in which data needs to be rewritten in the wh table for specific period

 

Status: New