@flyteorg/flyteidl 0.24.10 → 0.24.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
1
  Flyte Data Catalog Service
2
- =================================
2
+ ============================
3
3
 
4
- These protos provide the interface definition for the Data Catalog Service. Data Catalog is a service for
5
- indexing parameterized, strongly-typed data artifacts across revisions. It is used in the Flyte ecosystem
6
- to catalog artifacts generated by task executions. Outputs generated by a task can be stored as artifact
7
- data and tagged by the user so that it can be retrieved later by that tag.
4
+ Protos provides the interface definition for the Data Catalog Service. Data Catalog is a service to
5
+ index parameterized, strongly-typed data artifacts across revisions. It is used in the Flyte ecosystem
6
+ to catalog artifacts generated by the task executions. The output generated by a task can be stored as artifact
7
+ data and tagged by the user so as to be retrieved later by that tag.
8
8
 
9
9
  `Datacatalog raw proto <https://github.com/flyteorg/flyteidl/blob/master/protos/flyteidl/datacatalog/datacatalog.proto>`__
10
10