Skip to content

Commit 46696cb

Browse files
committed
Add link to Data DevOps article and clarify that data ingestion is not covered by this article
1 parent 699a0fa commit 46696cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference-architectures/ai/mlops-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ The CI pipeline gets triggered every time code is checked in. It publishes an up
6161

6262
- **Unit test.** These tests make sure the code works, has adequate code coverage, and is stable.
6363

64-
- **Data test.** These tests verify that the data samples conform to the expected schema and distribution. Customize this test for other use cases and run it as a separate data sanity pipeline that gets triggered as new data arrives. For example, move the data test task to a data ingestion pipeline so you can test it earlier.
64+
- **Data test.** These tests verify that the data samples conform to the expected schema and distribution. Customize this test for other use cases and run it as a separate data sanity pipeline that gets triggered as new data arrives. For example, move the data test task to a *data ingestion pipeline* so you can test it earlier.
65+
66+
**Note:** CI/CD concepts for data ingestion pipelines are not covered in this article. For more information on the architecture and best practices for CI/CD of a data ingestion pipeline, see [DevOps for a data ingestion pipeline](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-cicd-data-ingestion).
6567

6668
The following one-time tasks occur when setting up the infrastructure for Azure Machine Learning and the Python SDK:
6769

0 commit comments

Comments
 (0)