Skip to content

Commit d14d314

Browse files
authored
Update how-to-access-data.md
fix datastore support matrix
1 parent 80fa26e commit d14d314

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/machine-learning/how-to-access-data.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ Datastores currently support storing connection information to the storage servi
5555
[Azure Data Lake Storage Gen 2](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-introduction)| Service principal| ✓ | ✓ | ✓ |✓
5656
Azure&nbsp;SQL&nbsp;Database| SQL authentication <br>Service principal| ✓ | ✓ | ✓ |✓
5757
Azure&nbsp;PostgreSQL | SQL authentication| ✓ | ✓ | ✓ |✓
58-
Azure&nbsp;Database&nbsp;for&nbsp;MySQL | SQL authentication| | ✓ | ✓ |✓
59-
Databricks&nbsp;File&nbsp;System| No authentication | | ✓* | ✓ * |✓*
58+
Azure&nbsp;Database&nbsp;for&nbsp;MySQL | SQL authentication| | ✓* | ✓* |✓*
59+
Databricks&nbsp;File&nbsp;System| No authentication | | ✓** | ✓ ** |✓**
6060

61-
*only supported on local compute target scenarios
61+
*MySQL is only supported for pipeline [DataTransferStep](https://docs.microsoft.com/python/api/azureml-pipeline-steps/azureml.pipeline.steps.datatransferstep?view=azure-ml-py). <br>
62+
\**Databricks is only supported for pipeline [DatabricksStep](https://docs.microsoft.com/python/api/azureml-pipeline-steps/azureml.pipeline.steps.databricks_step.databricksstep?view=azure-ml-py)
6263

6364
### Storage guidance
6465

0 commit comments

Comments
 (0)