Skip to content

Commit eb548b6

Browse files
committed
Merge branch 'main' into shuowei-filter-execution-history
2 parents dcae615 + 3980e0c commit eb548b6

78 files changed

Lines changed: 2676 additions & 415 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.kokoro/build-bigframes.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

.kokoro/load/common.cfg

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Build logs will be here
4+
action {
5+
define_artifacts {
6+
regex: "**/*sponge_log.xml"
7+
}
8+
}
9+
10+
# Download trampoline resources.
11+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
12+
13+
# Download resources for system tests (service account key, etc.)
14+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-python"
15+
16+
# Use the trampoline script to run in docker.
17+
build_file: "google-cloud-python/.kokoro/trampoline.sh"
18+
19+
# Configure the docker image for kokoro-trampoline.
20+
env_vars: {
21+
key: "TRAMPOLINE_IMAGE"
22+
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
23+
}
24+
env_vars: {
25+
key: "TRAMPOLINE_BUILD_FILE"
26+
value: "github/google-cloud-python/.kokoro/system.sh"
27+
}

.kokoro/load/load-bigframes.cfg

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

3-
# Build logs will be here
4-
action {
5-
define_artifacts {
6-
regex: "**/*sponge_log.xml"
7-
}
8-
}
9-
10-
build_file: "google-cloud-python/.kokoro/build-bigframes.sh"
113
timeout_mins: 720
124

135
# Only run this nox session.

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,6 @@ libraries:
852852
version: 0.6.0
853853
apis:
854854
- path: google/cloud/datacatalog/lineage/v1
855-
skip_generate: true
856855
python:
857856
metadata_name_override: lineage
858857
default_version: v1

packages/google-cloud-datacatalog-lineage/.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2025 Google LLC
2+
# Copyright 2026 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

packages/google-cloud-datacatalog-lineage/.repo-metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"client_documentation": "https://cloud.google.com/python/docs/reference/lineage/latest",
66
"default_version": "v1",
77
"distribution_name": "google-cloud-datacatalog-lineage",
8+
"issue_tracker": "https://issuetracker.google.com/issues/new?component=1530027",
89
"language": "python",
910
"library_type": "GAPIC_AUTO",
1011
"name": "lineage",

packages/google-cloud-datacatalog-lineage/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2025 Google LLC
2+
# Copyright 2026 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

packages/google-cloud-datacatalog-lineage/docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2025 Google LLC
2+
# Copyright 2026 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -83,7 +83,7 @@
8383

8484
# General information about the project.
8585
project = "google-cloud-datacatalog-lineage"
86-
copyright = "2025, Google, LLC"
86+
copyright = "2026, Google, LLC"
8787
author = "Google APIs"
8888

8989
# The version info for the project you're documenting, acts as replacement for

packages/google-cloud-datacatalog-lineage/google/cloud/datacatalog_lineage/__init__.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2025 Google LLC
2+
# Copyright 2026 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -31,19 +31,23 @@
3131
DeleteLineageEventRequest,
3232
DeleteProcessRequest,
3333
DeleteRunRequest,
34+
DependencyInfo,
35+
DependencyType,
3436
EntityReference,
3537
EventLink,
3638
GetLineageEventRequest,
3739
GetProcessRequest,
3840
GetRunRequest,
3941
LineageEvent,
42+
LineageLink,
4043
Link,
4144
ListLineageEventsRequest,
4245
ListLineageEventsResponse,
4346
ListProcessesRequest,
4447
ListProcessesResponse,
4548
ListRunsRequest,
4649
ListRunsResponse,
50+
MultipleEntityReference,
4751
OperationMetadata,
4852
Origin,
4953
Process,
@@ -52,6 +56,8 @@
5256
ProcessOpenLineageRunEventRequest,
5357
ProcessOpenLineageRunEventResponse,
5458
Run,
59+
SearchLineageStreamingRequest,
60+
SearchLineageStreamingResponse,
5561
SearchLinksRequest,
5662
SearchLinksResponse,
5763
UpdateProcessRequest,
@@ -69,19 +75,22 @@
6975
"DeleteLineageEventRequest",
7076
"DeleteProcessRequest",
7177
"DeleteRunRequest",
78+
"DependencyInfo",
7279
"EntityReference",
7380
"EventLink",
7481
"GetLineageEventRequest",
7582
"GetProcessRequest",
7683
"GetRunRequest",
7784
"LineageEvent",
85+
"LineageLink",
7886
"Link",
7987
"ListLineageEventsRequest",
8088
"ListLineageEventsResponse",
8189
"ListProcessesRequest",
8290
"ListProcessesResponse",
8391
"ListRunsRequest",
8492
"ListRunsResponse",
93+
"MultipleEntityReference",
8594
"OperationMetadata",
8695
"Origin",
8796
"Process",
@@ -90,8 +99,11 @@
9099
"ProcessOpenLineageRunEventRequest",
91100
"ProcessOpenLineageRunEventResponse",
92101
"Run",
102+
"SearchLineageStreamingRequest",
103+
"SearchLineageStreamingResponse",
93104
"SearchLinksRequest",
94105
"SearchLinksResponse",
95106
"UpdateProcessRequest",
96107
"UpdateRunRequest",
108+
"DependencyType",
97109
)

packages/google-cloud-datacatalog-lineage/google/cloud/datacatalog_lineage/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2025 Google LLC
2+
# Copyright 2026 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)