google-apis-datalineage_v1 0.1.0 → 0.2.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datalineage_v1/classes.rb +11 -12
- data/lib/google/apis/datalineage_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77ea309e4291290b333dfc295c42eeb80f709a59372992122e62509c6c7fa97f
|
4
|
+
data.tar.gz: 5d8698b9ffb3a7f6cb2e21e9d4e980e163da8b390e1b0c8d2128160962daa24e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b4a4eef11c0cab28b80efaaa95a32715e12d5f4944385161bda2c075454c928386ae8dc9d566c612bf40e204cb7bc99b9cdc20a61bc02213f3bce5afcedfa16
|
7
|
+
data.tar.gz: 817b074206db37391df9c08c025e6824e4d954d7c1f8a7b61c9fa16a815fc884f06189184eac5fe5df7ad208d3a0eba58fe225bc8da636c7feeb697d41ceef2e
|
data/CHANGELOG.md
CHANGED
@@ -90,11 +90,8 @@ module Google
|
|
90
90
|
class GoogleCloudDatacatalogLineageV1EntityReference
|
91
91
|
include Google::Apis::Core::Hashable
|
92
92
|
|
93
|
-
# Required. Fully Qualified Name
|
94
|
-
#
|
95
|
-
# Dataproc Metastore API. Examples: * `bigquery:dataset.project_id.dataset_id` *
|
96
|
-
# `bigquery:table.project_id.dataset_id.table_id` * `pubsub:project_id.topic_id`
|
97
|
-
# * `dataproc_metastore:projectId.locationId.instanceId.databaseId.tableId`
|
93
|
+
# Required. [Fully Qualified Name (FQN)](https://cloud.google.com//data-catalog/
|
94
|
+
# docs/fully-qualified-names) of the entity.
|
98
95
|
# Corresponds to the JSON property `fullyQualifiedName`
|
99
96
|
# @return [String]
|
100
97
|
attr_accessor :fully_qualified_name
|
@@ -359,18 +356,20 @@ module Google
|
|
359
356
|
class GoogleCloudDatacatalogLineageV1Origin
|
360
357
|
include Google::Apis::Core::Hashable
|
361
358
|
|
362
|
-
# If the source_type isn't CUSTOM, the value of this field should be a
|
363
|
-
#
|
364
|
-
#
|
365
|
-
#
|
366
|
-
#
|
367
|
-
#
|
359
|
+
# If the source_type isn't CUSTOM, the value of this field should be a GCP
|
360
|
+
# resource name of the system, which reports lineage. The project and location
|
361
|
+
# parts of the resource name must match the project and location of the lineage
|
362
|
+
# resource being created. Examples: - ``source_type: COMPOSER, name: "projects/
|
363
|
+
# foo/locations/us/environments/bar"`` - ``source_type: BIGQUERY, name: "
|
364
|
+
# projects/foo/locations/eu"`` - ``source_type: CUSTOM, name: "
|
368
365
|
# myCustomIntegration"``
|
369
366
|
# Corresponds to the JSON property `name`
|
370
367
|
# @return [String]
|
371
368
|
attr_accessor :name
|
372
369
|
|
373
|
-
# Type of the source.
|
370
|
+
# Type of the source. Use of a source_type other than `CUSTOM` for process
|
371
|
+
# creation or updating is highly discouraged, and may be restricted in the
|
372
|
+
# future without notice.
|
374
373
|
# Corresponds to the JSON property `sourceType`
|
375
374
|
# @return [String]
|
376
375
|
attr_accessor :source_type
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatalineageV1
|
18
18
|
# Version of the google-apis-datalineage_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230407"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datalineage_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datalineage_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datalineage_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datalineage_v1/v0.2.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datalineage_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|