You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. **Open the Notebook**: Navigate to the notebook you created in your Microsoft Fabric workspace.
85
+
2. **Go to the Run Tab**: In the notebook view, click on the `Run` tab at the top of the page.
86
+
3. **Add to Pipeline**: Under the `Run*` tab, select the `Add to pipeline` option. This will allow you to add the notebook to a new or existing pipeline.
87
+
1. **Create a New Pipeline**: If you don't have an existing pipeline, you can create a new one by providing a name and selecting **Create**.
88
+
2. **Select an Existing Pipeline**: If you already have a pipeline, select it from the list of available pipelines.
2. **Select the Notebook Activity**: Click on the `Notebook activity` that was added to the pipeline.
100
+
3. **Configure Parameters**: In the `Settings` tab of the `Notebook activity`, find the `Parameters` section. Add the parameters you want to pass to the notebook. Ensure the parameter names match the names defined in the notebook. For example:
0 commit comments