@flyteorg/flyteidl 1.1.5 → 1.1.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flyteorg/flyteidl",
3
- "version": "1.1.5",
3
+ "version": "1.1.8",
4
4
  "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -0,0 +1,17 @@
1
+ # Generated by buf. DO NOT EDIT.
2
+ version: v1
3
+ deps:
4
+ - remote: buf.build
5
+ owner: googleapis
6
+ repository: googleapis
7
+ branch: main
8
+ commit: 2aa0ce062bf84656ad01d979d5c64038
9
+ digest: b1-m2miB5uR65x_C-ImFfVIHaeVmyd1u5X7NugZ2vDbpJI=
10
+ create_time: 2022-06-01T15:05:55.95283Z
11
+ - remote: buf.build
12
+ owner: unionai
13
+ repository: protoc-gen-swagger
14
+ branch: main
15
+ commit: 560c4f34581045c4a4e59ffab94fceb0
16
+ digest: b1-eoEUXiWuST4tiiorwcO2Nvx_1pX0GHqRjUlc3sQocig=
17
+ create_time: 2022-06-02T06:14:15.441008Z
@@ -0,0 +1,11 @@
1
+ version: v1
2
+ name: buf.build/flyteorg/flyteidl
3
+ lint:
4
+ use:
5
+ - DEFAULT
6
+ breaking:
7
+ use:
8
+ - FILE
9
+ deps:
10
+ - buf.build/googleapis/googleapis
11
+ - buf.build/unionai/protoc-gen-swagger
@@ -6,6 +6,8 @@ import "flyteidl/core/literals.proto";
6
6
  import "google/protobuf/duration.proto";
7
7
  import "google/protobuf/timestamp.proto";
8
8
 
9
+ option go_package = "github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/datacatalog";
10
+
9
11
  /*
10
12
  * Data Catalog service definition
11
13
  * Data Catalog is a service for indexing parameterized, strongly-typed data artifacts across revisions.
@@ -37,7 +39,7 @@ service DataCatalog {
37
39
 
38
40
  // Attempts to get or extend a reservation for the corresponding artifact. If one already exists
39
41
  // (ie. another entity owns the reservation) then that reservation is retrieved.
40
- // Once you acquire a reservation, you need to periodically extend the reservation with an
42
+ // Once you acquire a reservation, you need to periodically extend the reservation with an
41
43
  // identical call. If the reservation is not extended before the defined expiration, it may be
42
44
  // acquired by another task.
43
45
  // Note: We may have multiple concurrent tasks with the same signature and the same input that