Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3fb5476

Browse files
committedSep 12, 2023
feat(datalineage): update the api
#### datalineage:v1 The following keys were added: - schemas.GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse.properties.lineageEvents (Total Keys: 2) - schemas.GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse.properties.process.type (Total Keys: 1) - schemas.GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse.properties.run.type (Total Keys: 1)
1 parent 838306b commit 3fb5476

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed
 

‎docs/dyn/datalineage_v1.projects.locations.html

+5
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ <h3>Method Details</h3>
181181
An object of the form:
182182

183183
{ # Response message for ProcessOpenLineageRunEvent.
184+
&quot;lineageEvents&quot;: [ # Created lineage event names. Format: `projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}`.
185+
&quot;A String&quot;,
186+
],
187+
&quot;process&quot;: &quot;A String&quot;, # Created process name. Format: `projects/{project}/locations/{location}/processes/{process}`.
188+
&quot;run&quot;: &quot;A String&quot;, # Created run name. Format: `projects/{project}/locations/{location}/processes/{process}/runs/{run}`.
184189
}</pre>
185190
</div>
186191

‎googleapiclient/discovery_cache/documents/datalineage.v1.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@
798798
}
799799
}
800800
},
801-
"revision": "20230808",
801+
"revision": "20230901",
802802
"rootUrl": "https://datalineage.googleapis.com/",
803803
"schemas": {
804804
"GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest": {
@@ -1144,7 +1144,23 @@
11441144
"GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse": {
11451145
"description": "Response message for ProcessOpenLineageRunEvent.",
11461146
"id": "GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse",
1147-
"properties": {},
1147+
"properties": {
1148+
"lineageEvents": {
1149+
"description": "Created lineage event names. Format: `projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}`.",
1150+
"items": {
1151+
"type": "string"
1152+
},
1153+
"type": "array"
1154+
},
1155+
"process": {
1156+
"description": "Created process name. Format: `projects/{project}/locations/{location}/processes/{process}`.",
1157+
"type": "string"
1158+
},
1159+
"run": {
1160+
"description": "Created run name. Format: `projects/{project}/locations/{location}/processes/{process}/runs/{run}`.",
1161+
"type": "string"
1162+
}
1163+
},
11481164
"type": "object"
11491165
},
11501166
"GoogleCloudDatacatalogLineageV1Run": {

0 commit comments

Comments
 (0)
Please sign in to comment.