20d (edited) • Technical
Incremental ingestion in Fabric Notebook
Incremental ingestion in Fabric Notebook
I had question - how to pass and save multiple parameter values to fabric notebook.
For example - for the below code how to pass 7 values for table in {Table} parameter sequentially and after every run need to save the last update date/time (updatedate) column values as variables and use these in the next run to get incremental values for all 7 tables.
Notebook-1
-- 1st run
query = f"SELECT * FROM {Table}"
spark.sql (query)
--2nd run
query-updatedate = f"SELECT * FROM {Table} where updatedate > {updatedate}"
spark.sql (query-updatedate)
2
2 comments
H N
2
Incremental ingestion in Fabric Notebook
Learn Microsoft Fabric
skool.com/microsoft-fabric
Helping passionate analysts, data engineers, data scientists (& more) to advance their careers on the Microsoft Fabric platform.
Leaderboard (30-day)
Powered by