Skip to content

Commit 673e76d

Browse files
authored
Merge pull request Azure#186 from gison93/master
Fix typos
2 parents c518a04 + 100ab10 commit 673e76d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-use-databricks-as-compute-target.ipynb

+4-3
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"metadata": {},
169169
"source": [
170170
"## Data Connections with Inputs and Outputs\n",
171-
"The DatabricksStep supports Azure Bloband ADLS for inputs and outputs. You also will need to define a [Secrets](https://docs.azuredatabricks.net/user-guide/secrets/index.html) scope to enable authentication to external data sources such as Blob and ADLS from Databricks.\n",
171+
"The DatabricksStep supports Azure Blob and ADLS for inputs and outputs. You also will need to define a [Secrets](https://docs.azuredatabricks.net/user-guide/secrets/index.html) scope to enable authentication to external data sources such as Blob and ADLS from Databricks.\n",
172172
"\n",
173173
"- Databricks documentation on [Azure Blob](https://docs.azuredatabricks.net/spark/latest/data-sources/azure/azure-storage.html)\n",
174174
"- Databricks documentation on [ADLS](https://docs.databricks.com/spark/latest/data-sources/azure/azure-datalake.html)\n",
@@ -397,7 +397,7 @@
397397
"metadata": {},
398398
"source": [
399399
"### 1. Running the demo notebook already added to the Databricks workspace\n",
400-
"Create a notebook in the Azure Databricks workspace, and provide the path to that notebook as the value associated with the environment variable \"DATABRICKS_NOTEBOOK_PATH\". This will then set the variable\u00c2\u00a0notebook_path\u00c2\u00a0when you run the code cell below:"
400+
"Create a notebook in the Azure Databricks workspace, and provide the path to that notebook as the value associated with the environment variable \"DATABRICKS_NOTEBOOK_PATH\". This will then set the variable notebook_path when you run the code cell below:"
401401
]
402402
},
403403
{
@@ -436,6 +436,7 @@
436436
"source": [
437437
"steps = [dbNbStep]\n",
438438
"pipeline = Pipeline(workspace=ws, steps=steps)\n",
439+
"pipeline.validate()\n",
439440
"pipeline_run = Experiment(ws, 'DB_Notebook_demo').submit(pipeline)\n",
440441
"pipeline_run.wait_for_completion()"
441442
]
@@ -705,4 +706,4 @@
705706
},
706707
"nbformat": 4,
707708
"nbformat_minor": 2
708-
}
709+
}

0 commit comments

Comments
 (0)