Skip to content

Commit 179069d

Browse files
authored
Merge pull request #207341 from SturgeonMi/patch-9
Update notes for datasets generated from SQL
2 parents 6d6a889 + e0c27b8 commit 179069d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/machine-learning/v1/how-to-create-register-datasets.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ With TabularDatasets, you can specify a time stamp from a column in the data or
8888
Create a TabularDataset with [the Python SDK](#create-a-tabulardataset) or [Azure Machine Learning studio](../how-to-connect-data-ui.md#create-datasets).
8989

9090
>[!NOTE]
91-
> [Automated ML](../concept-automated-ml.md) workflows generated via the Azure Machine Learning studio currently only support TabularDatasets.
91+
> [Automated ML](../concept-automated-ml.md) workflows generated via the Azure Machine Learning studio currently only support TabularDatasets.
92+
>
93+
>[!NOTE]
94+
> For TabularDatasets generating from [SQL query results](/python/api/azureml-core/azureml.data.dataset_factory.tabulardatasetfactory#from-sql-query-query--validate-true--set-column-types-none--query-timeout-30-), T-SQL (e.g. 'WITH' sub query) or duplicate column name is not supported. Complex queries like T-SQL can cause performance issues. Duplicate column names in a dataset can cause ambiguity issues.
9295
9396
## Access datasets in a virtual network
9497

@@ -388,4 +391,4 @@ titanic_ds = titanic_ds.register(workspace = workspace,
388391

389392
* Learn [how to train with datasets](../how-to-train-with-datasets.md).
390393
* Use automated machine learning to [train with TabularDatasets](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-energy-demand/auto-ml-forecasting-energy-demand.ipynb).
391-
* For more dataset training examples, see the [sample notebooks](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/work-with-data/).
394+
* For more dataset training examples, see the [sample notebooks](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/work-with-data/).

0 commit comments

Comments
 (0)