Skip to content

Commit 8350100

Browse files
authored
Merge pull request #106886 from xiaoharper/patch-1
fix the issue reported by customer
2 parents a69f1dd + a26b57e commit 8350100

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/how-to-designer-import-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ While we recommend that you use datasets to import data, you can also use the [I
5252

5353
For detailed information on how to use the Import Data module, see the [Import Data reference page](algorithm-module-reference/import-data.md).
5454

55+
[!NOTE]
56+
> If the data has many columns, you may encounter "Validation failed due to size limitation" in Import Data Module. That's because the columns excludes maxmium module parameter length after encode. In this case we recommend to [register the dataset in Datasets UI](how-to-create-register-datasets.md#use-the-ui), which can avoid the error.
5557
5658
## Supported sources
5759

@@ -86,4 +88,4 @@ Modules in the designer are limited by the size of the compute target. For large
8688

8789
## Next steps
8890

89-
Learn the basics of the designer with [Tutorial: Predict automobile price with the designer](tutorial-designer-automobile-price-train-score.md).
91+
Learn the basics of the designer with [Tutorial: Predict automobile price with the designer](tutorial-designer-automobile-price-train-score.md).

0 commit comments

Comments
 (0)