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
> Therefore, the *immutability* of data assets provides a level of protection when working in a team creating production workloads.
550
550
551
-
For a mistakenly-created data asset - for example, with an incorrect name, type or path - Azure Machine Learning offers solutions to handle the situation without the negative consequences of deletion:
551
+
For a mistakenlycreated data asset - for example, with an incorrect name, type or path - Azure Machine Learning offers solutions to handle the situation without the negative consequences of deletion:
552
552
553
553
|*I want to delete this data asset because...*| Solution |
554
554
|---------|---------|
@@ -562,11 +562,11 @@ For a mistakenly-created data asset - for example, with an incorrect name, type
562
562
563
563
Archiving a data asset hides it by default from both list queries (for example, in the CLI `az ml data list`) and the data asset listing in the Studio UI. You can still continue to reference and use an archived data asset in your workflows. You can archive either:
564
564
565
-
-*all versions* of the data asset under a given name
565
+
-*All versions* of the data asset under a given name
566
566
567
567
or
568
568
569
-
-a specific data asset version
569
+
-A specific data asset version
570
570
571
571
#### Archive all versions of a data asset
572
572
@@ -737,9 +737,9 @@ ml_client.data.restore(name="<DATA ASSET NAME>", version="<VERSION TO ARCHIVE>")
737
737
738
738
Data lineage is broadly understood as the lifecycle that spans the origin of the data, and where it moves over time across storage. Different kinds of backwards-looking scenarios use it, for example
739
739
740
-
-troubleshooting
741
-
-tracing root causes in ML pipelines
742
-
-debugging
740
+
-Troubleshooting
741
+
-Tracing root causes in ML pipelines
742
+
-Debugging
743
743
744
744
Data quality analysis, compliance and “what if” scenarios also use lineage. Lineage is represented visually to show data moving from source to destination, and additionally covers data transformations. Given the complexity of most enterprise data environments, these views can become hard to understand without consolidation or masking of peripheral data points.
0 commit comments