| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -852,7 +852,6 @@ libraries: | |||
| 852 | 852 | version: 0.6.0 | |
| 853 | 853 | apis: | |
| 854 | 854 | - path: google/cloud/datacatalog/lineage/v1 | |
| 855 | - skip_generate: true | ||
| 856 | 855 | python: | |
| 857 | 856 | metadata_name_override: lineage | |
| 858 | 857 | default_version: v1 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,7 @@ | |||
| 5 | 5 | "client_documentation": "https://cloud.google.com/python/docs/reference/lineage/latest", | |
| 6 | 6 | "default_version": "v1", | |
| 7 | 7 | "distribution_name": "google-cloud-datacatalog-lineage", | |
| 8 | + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1530027", | ||
| 8 | 9 | "language": "python", | |
| 9 | 10 | "library_type": "GAPIC_AUTO", | |
| 10 | 11 | "name": "lineage", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
@@ -83,7 +83,7 @@ | |||
| 83 | 83 | ||
| 84 | 84 | # General information about the project. | |
| 85 | 85 | project = "google-cloud-datacatalog-lineage" | |
| 86 | - copyright = "2025, Google, LLC" | ||
| 86 | + copyright = "2026, Google, LLC" | ||
| 87 | 87 | author = "Google APIs" | |
| 88 | 88 | ||
| 89 | 89 | # The version info for the project you're documenting, acts as replacement for | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
@@ -31,19 +31,23 @@ | |||
| 31 | 31 | DeleteLineageEventRequest, | |
| 32 | 32 | DeleteProcessRequest, | |
| 33 | 33 | DeleteRunRequest, | |
| 34 | + DependencyInfo, | ||
| 35 | + DependencyType, | ||
| 34 | 36 | EntityReference, | |
| 35 | 37 | EventLink, | |
| 36 | 38 | GetLineageEventRequest, | |
| 37 | 39 | GetProcessRequest, | |
| 38 | 40 | GetRunRequest, | |
| 39 | 41 | LineageEvent, | |
| 42 | + LineageLink, | ||
| 40 | 43 | Link, | |
| 41 | 44 | ListLineageEventsRequest, | |
| 42 | 45 | ListLineageEventsResponse, | |
| 43 | 46 | ListProcessesRequest, | |
| 44 | 47 | ListProcessesResponse, | |
| 45 | 48 | ListRunsRequest, | |
| 46 | 49 | ListRunsResponse, | |
| 50 | + MultipleEntityReference, | ||
| 47 | 51 | OperationMetadata, | |
| 48 | 52 | Origin, | |
| 49 | 53 | Process, | |
@@ -52,6 +56,8 @@ | |||
| 52 | 56 | ProcessOpenLineageRunEventRequest, | |
| 53 | 57 | ProcessOpenLineageRunEventResponse, | |
| 54 | 58 | Run, | |
| 59 | + SearchLineageStreamingRequest, | ||
| 60 | + SearchLineageStreamingResponse, | ||
| 55 | 61 | SearchLinksRequest, | |
| 56 | 62 | SearchLinksResponse, | |
| 57 | 63 | UpdateProcessRequest, | |
@@ -69,19 +75,22 @@ | |||
| 69 | 75 | "DeleteLineageEventRequest", | |
| 70 | 76 | "DeleteProcessRequest", | |
| 71 | 77 | "DeleteRunRequest", | |
| 78 | + "DependencyInfo", | ||
| 72 | 79 | "EntityReference", | |
| 73 | 80 | "EventLink", | |
| 74 | 81 | "GetLineageEventRequest", | |
| 75 | 82 | "GetProcessRequest", | |
| 76 | 83 | "GetRunRequest", | |
| 77 | 84 | "LineageEvent", | |
| 85 | + "LineageLink", | ||
| 78 | 86 | "Link", | |
| 79 | 87 | "ListLineageEventsRequest", | |
| 80 | 88 | "ListLineageEventsResponse", | |
| 81 | 89 | "ListProcessesRequest", | |
| 82 | 90 | "ListProcessesResponse", | |
| 83 | 91 | "ListRunsRequest", | |
| 84 | 92 | "ListRunsResponse", | |
| 93 | + "MultipleEntityReference", | ||
| 85 | 94 | "OperationMetadata", | |
| 86 | 95 | "Origin", | |
| 87 | 96 | "Process", | |
@@ -90,8 +99,11 @@ | |||
| 90 | 99 | "ProcessOpenLineageRunEventRequest", | |
| 91 | 100 | "ProcessOpenLineageRunEventResponse", | |
| 92 | 101 | "Run", | |
| 102 | + "SearchLineageStreamingRequest", | ||
| 103 | + "SearchLineageStreamingResponse", | ||
| 93 | 104 | "SearchLinksRequest", | |
| 94 | 105 | "SearchLinksResponse", | |
| 95 | 106 | "UpdateProcessRequest", | |
| 96 | 107 | "UpdateRunRequest", | |
| 108 | + "DependencyType", | ||
| 97 | 109 | ) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
@@ -21,13 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | 22 | __version__ = package_version.__version__ | |
| 23 | 23 | ||
| 24 | - if sys.version_info >= (3, 8): # pragma: NO COVER | ||
| 25 | - from importlib import metadata | ||
| 26 | - else: # pragma: NO COVER | ||
| 27 | - # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove | ||
| 28 | - # this code path once we drop support for Python 3.7 | ||
| 29 | - import importlib_metadata as metadata | ||
| 30 | - | ||
| 24 | + from importlib import metadata | ||
| 31 | 25 | ||
| 32 | 26 | from .services.lineage import LineageAsyncClient, LineageClient | |
| 33 | 27 | from .types.lineage import ( | |
@@ -39,19 +33,23 @@ | |||
| 39 | 33 | DeleteLineageEventRequest, | |
| 40 | 34 | DeleteProcessRequest, | |
| 41 | 35 | DeleteRunRequest, | |
| 36 | + DependencyInfo, | ||
| 37 | + DependencyType, | ||
| 42 | 38 | EntityReference, | |
| 43 | 39 | EventLink, | |
| 44 | 40 | GetLineageEventRequest, | |
| 45 | 41 | GetProcessRequest, | |
| 46 | 42 | GetRunRequest, | |
| 47 | 43 | LineageEvent, | |
| 44 | + LineageLink, | ||
| 48 | 45 | Link, | |
| 49 | 46 | ListLineageEventsRequest, | |
| 50 | 47 | ListLineageEventsResponse, | |
| 51 | 48 | ListProcessesRequest, | |
| 52 | 49 | ListProcessesResponse, | |
| 53 | 50 | ListRunsRequest, | |
| 54 | 51 | ListRunsResponse, | |
| 52 | + MultipleEntityReference, | ||
| 55 | 53 | OperationMetadata, | |
| 56 | 54 | Origin, | |
| 57 | 55 | Process, | |
@@ -60,6 +58,8 @@ | |||
| 60 | 58 | ProcessOpenLineageRunEventRequest, | |
| 61 | 59 | ProcessOpenLineageRunEventResponse, | |
| 62 | 60 | Run, | |
| 61 | + SearchLineageStreamingRequest, | ||
| 62 | + SearchLineageStreamingResponse, | ||
| 63 | 63 | SearchLinksRequest, | |
| 64 | 64 | SearchLinksResponse, | |
| 65 | 65 | UpdateProcessRequest, | |
@@ -75,28 +75,17 @@ | |||
| 75 | 75 | # An older version of api_core is installed which does not define the | |
| 76 | 76 | # functions above. We do equivalent checks manually. | |
| 77 | 77 | try: | |
| 78 | - import sys | ||
| 79 | 78 | import warnings | |
| 80 | 79 | ||
| 81 | 80 | _py_version_str = sys.version.split()[0] | |
| 82 | 81 | _package_label = "google.cloud.datacatalog_lineage_v1" | |
| 83 | - if sys.version_info < (3, 9): | ||
| 82 | + if sys.version_info < (3, 10): | ||
| 84 | 83 | warnings.warn( | |
| 85 | 84 | "You are using a non-supported Python version " | |
| 86 | 85 | + f"({_py_version_str}). Google will not post any further " | |
| 87 | 86 | + f"updates to {_package_label} supporting this Python version. " | |
| 88 | 87 | + "Please upgrade to the latest Python version, or at " | |
| 89 | - + f"least to Python 3.9, and then update {_package_label}.", | ||
| 90 | - FutureWarning, | ||
| 91 | - ) | ||
| 92 | - if sys.version_info[:2] == (3, 9): | ||
| 93 | - warnings.warn( | ||
| 94 | - f"You are using a Python version ({_py_version_str}) " | ||
| 95 | - + f"which Google will stop supporting in {_package_label} in " | ||
| 96 | - + "January 2026. Please " | ||
| 97 | - + "upgrade to the latest Python version, or at " | ||
| 98 | - + "least to Python 3.10, before then, and " | ||
| 99 | - + f"then update {_package_label}.", | ||
| 88 | + + f"least to Python 3.10, and then update {_package_label}.", | ||
| 100 | 89 | FutureWarning, | |
| 101 | 90 | ) | |
| 102 | 91 | ||
@@ -170,20 +159,24 @@ def _get_version(dependency_name): | |||
| 170 | 159 | "DeleteLineageEventRequest", | |
| 171 | 160 | "DeleteProcessRequest", | |
| 172 | 161 | "DeleteRunRequest", | |
| 162 | + "DependencyInfo", | ||
| 163 | + "DependencyType", | ||
| 173 | 164 | "EntityReference", | |
| 174 | 165 | "EventLink", | |
| 175 | 166 | "GetLineageEventRequest", | |
| 176 | 167 | "GetProcessRequest", | |
| 177 | 168 | "GetRunRequest", | |
| 178 | 169 | "LineageClient", | |
| 179 | 170 | "LineageEvent", | |
| 171 | + "LineageLink", | ||
| 180 | 172 | "Link", | |
| 181 | 173 | "ListLineageEventsRequest", | |
| 182 | 174 | "ListLineageEventsResponse", | |
| 183 | 175 | "ListProcessesRequest", | |
| 184 | 176 | "ListProcessesResponse", | |
| 185 | 177 | "ListRunsRequest", | |
| 186 | 178 | "ListRunsResponse", | |
| 179 | + "MultipleEntityReference", | ||
| 187 | 180 | "OperationMetadata", | |
| 188 | 181 | "Origin", | |
| 189 | 182 | "Process", | |
@@ -192,6 +185,8 @@ def _get_version(dependency_name): | |||
| 192 | 185 | "ProcessOpenLineageRunEventRequest", | |
| 193 | 186 | "ProcessOpenLineageRunEventResponse", | |
| 194 | 187 | "Run", | |
| 188 | + "SearchLineageStreamingRequest", | ||
| 189 | + "SearchLineageStreamingResponse", | ||
| 195 | 190 | "SearchLinksRequest", | |
| 196 | 191 | "SearchLinksResponse", | |
| 197 | 192 | "UpdateProcessRequest", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -80,6 +80,11 @@ | |||
| 80 | 80 | "process_open_lineage_run_event" | |
| 81 | 81 | ] | |
| 82 | 82 | }, | |
| 83 | + "SearchLineageStreaming": { | ||
| 84 | + "methods": [ | ||
| 85 | + "search_lineage_streaming" | ||
| 86 | + ] | ||
| 87 | + }, | ||
| 83 | 88 | "SearchLinks": { | |
| 84 | 89 | "methods": [ | |
| 85 | 90 | "search_links" | |
@@ -170,6 +175,11 @@ | |||
| 170 | 175 | "process_open_lineage_run_event" | |
| 171 | 176 | ] | |
| 172 | 177 | }, | |
| 178 | + "SearchLineageStreaming": { | ||
| 179 | + "methods": [ | ||
| 180 | + "search_lineage_streaming" | ||
| 181 | + ] | ||
| 182 | + }, | ||
| 173 | 183 | "SearchLinks": { | |
| 174 | 184 | "methods": [ | |
| 175 | 185 | "search_links" | |
@@ -260,6 +270,11 @@ | |||
| 260 | 270 | "process_open_lineage_run_event" | |
| 261 | 271 | ] | |
| 262 | 272 | }, | |
| 273 | + "SearchLineageStreaming": { | ||
| 274 | + "methods": [ | ||
| 275 | + "search_lineage_streaming" | ||
| 276 | + ] | ||
| 277 | + }, | ||
| 263 | 278 | "SearchLinks": { | |
| 264 | 279 | "methods": [ | |
| 265 | 280 | "search_links" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # -*- coding: utf-8 -*- | |
| 2 | - # Copyright 2025 Google LLC | ||
| 2 | + # Copyright 2026 Google LLC | ||
| 3 | 3 | # | |
| 4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 5 | 5 | # you may not use this file except in compliance with the License. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments