google-cloud-data_catalog-lineage 1.1.1 → 1.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fb8809e9a1a56cbd3589f602039e6f03de5dc61d01c84bd21c300cdaee441e0
4
- data.tar.gz: e268480e85ede4cd6f5505de20b6844a94868732df8e33bd27f4eab5664ea691
3
+ metadata.gz: 1d7e35d5958999eeaf4d54f563f1d00bb6713ebe1419bf2a3906dbcd72dcb0ff
4
+ data.tar.gz: cd990c4bc88d7242ec03be82bfa0e65e82582f5f68c04db66f3499b2b58750ac
5
5
  SHA512:
6
- metadata.gz: 2971db8cd59bf5212a19a6fe6925d5b289532cebc677edb0942812f2ef753305c70cd2accc7901835b877ce734786c2570b169db7dd29cf6802d46fe9f2a835a
7
- data.tar.gz: 0b862a60dabefbc65e601ef87a2d972164facc768ff172c8bfd64bf32dd21344c4c9e3a4d679e645d05979b6b6ad09efa24c17f8b5c143123b5e2943201f9031
6
+ metadata.gz: d98e0c89c47b2d1ded1296c43ef0c966d783e9afa513e40a5f55fad5a1ae59b47e5e66614a4a2261b321419fa4be9f9159828e41dae9f04c7db4e901ffee11f0
7
+ data.tar.gz: c00f9afe21c3f15ba1f8ec6ce1d8607793fbb774460710b369f8703b8a74fd22e0294ca5d66c61208887b98c774c6c2f44b729374e8dcadf7b269902b841235d
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/datalineage.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/data_catalog/lineage"
39
+
40
+ client = Google::Cloud::DataCatalog::Lineage.lineage
41
+ request = ::Google::Cloud::DataCatalog::Lineage::V1::ProcessOpenLineageRunEventRequest.new # (request fields as keyword arguments...)
42
+ response = client.process_open_lineage_run_event request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module Lineage
24
- VERSION = "1.1.1"
24
+ VERSION = "1.1.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_catalog-lineage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.6.8
82
+ rubygems_version: 3.6.9
83
83
  specification_version: 4
84
84
  summary: API Client library for the Data Lineage API
85
85
  test_files: []