We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59853dd commit f037ab8Copy full SHA for f037ab8
1 file changed
0_Azure/2_AzureAnalytics/0_Fabric/demos/30_dynamic_pipeline_nbkparameters.md
@@ -66,7 +66,7 @@ Last updated: 2025-03-03
66
67
```python
68
# Parameters
69
- file_path = "abfss://<your-container-name>@<your-storage-account-name>.dfs.core.windows.net/<your-bronze-lakehousename>.Lakehouse/Tables/<table name>"
+ file_path = "" # expected value format: abfss://<your-container-name>@<your-storage-account-name>.dfs.core.windows.net/<your-bronze-lakehousename>.Lakehouse/Tables/<table name>
70
token = ""
71
```
72
5. **Mark as Parameter Cell**: Select the `Toggle Parameter Cell` option to mark the cell as a parameter cell
0 commit comments