The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredAsk the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.
Hi all,
Is there a way to pass paramters to a separate fabrics notebook within the same workspace, similar to the function in Azure Databricks?
Equivalent code in Azure Databricks:
dbutils.notebook.run('notebook_path',
3600,
{'parameter_name': parameter_data})
I am trying to avoid using Pipelines in Fabrics.
Thanks!
Solved! Go to Solution.
Hi @JiHin
Equivalent to Databricks, Microsoft has the same with bit of change. Yers you can run notebooks using below code.
Alternatively, You can run Dataflow Gen 2 ( Power Query ). It is much simpler and easy than Pipelines in Fabric Data Factory.. Also run single table in Dataflow Gen 2.
Hi @JiHin
Equivalent to Databricks, Microsoft has the same with bit of change. Yers you can run notebooks using below code.
Alternatively, You can run Dataflow Gen 2 ( Power Query ). It is much simpler and easy than Pipelines in Fabric Data Factory.. Also run single table in Dataflow Gen 2.
User | Count |
---|---|
4 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
8 | |
7 | |
6 | |
6 |