Skip to content

Commit

Permalink
feat(datacatalog/lineage): add open lineage support (#8974)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

fix: change `start_time` in message `.google.cloud.datacatalog.lineage.v1.LineageEvent` to `required` as intended by api
PiperOrigin-RevId: 579762272

Source-Link: https://togithub.com/googleapis/googleapis/commit/58878bdf14a716bcbe909c6f987a6b7bd42879d9

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/96a4d735b92f202fbdd2c62da2e21e63216bfa88
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTZhNGQ3MzViOTJmMjAyZmJkZDJjNjJkYTJlMjFlNjMyMTZiZmE4OCJ9
BEGIN_NESTED_COMMIT
feat(aiplatform): add Optimized to FeatureOnlineStore
PiperOrigin-RevId: 579291287

Source-Link: https://togithub.com/googleapis/googleapis/commit/90a53d6d1c1c1854e73f390a7701069dc6da8146

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/94f8d8b2207ecf9882a88c305590bcea9ec01d6e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTRmOGQ4YjIyMDdlY2Y5ODgyYTg4YzMwNTU5MGJjZWE5ZWMwMWQ2ZSJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed Nov 6, 2023
1 parent ca8d3cb commit 1a16cbf
Show file tree
Hide file tree
Showing 7 changed files with 1,517 additions and 848 deletions.
397 changes: 260 additions & 137 deletions aiplatform/apiv1beta1/aiplatformpb/feature_online_store.pb.go

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions datacatalog/lineage/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
"ListRuns"
]
},
"ProcessOpenLineageRunEvent": {
"methods": [
"ProcessOpenLineageRunEvent"
]
},
"SearchLinks": {
"methods": [
"SearchLinks"
Expand Down Expand Up @@ -200,6 +205,11 @@
"ListRuns"
]
},
"ProcessOpenLineageRunEvent": {
"methods": [
"ProcessOpenLineageRunEvent"
]
},
"SearchLinks": {
"methods": [
"SearchLinks"
Expand Down
167 changes: 147 additions & 20 deletions datacatalog/lineage/apiv1/lineage_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions datacatalog/lineage/apiv1/lineage_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a16cbf

Please sign in to comment.