Skip to content

Commit cf2ff03

Browse files
chore: use gapic generator python 1.4.1 (#97)
* fix: integrate gapic-generator-python-1.4.1 and enable more py_test targets PiperOrigin-RevId: 473833416 Source-Link: googleapis/googleapis@565a550 Source-Link: googleapis/googleapis-gen@1ee1a06 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVlMWEwNmM2ZGUzY2E4Yjg0MzU3MmMxZmRlMDU0OGY4NDIzNjk4OSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8c73c29 commit cf2ff03

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/google-cloud-dataplex/tests/unit/gapic/dataplex_v1/test_content_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
from google.type import expr_pb2 # type: ignore
4242
import grpc
4343
from grpc.experimental import aio
44+
from proto.marshal.rules import wrappers
4445
from proto.marshal.rules.dates import DurationRule, TimestampRule
4546
import pytest
4647

packages/google-cloud-dataplex/tests/unit/gapic/dataplex_v1/test_dataplex_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
from google.protobuf import timestamp_pb2 # type: ignore
5151
import grpc
5252
from grpc.experimental import aio
53+
from proto.marshal.rules import wrappers
5354
from proto.marshal.rules.dates import DurationRule, TimestampRule
5455
import pytest
5556

packages/google-cloud-dataplex/tests/unit/gapic/dataplex_v1/test_metadata_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
from google.protobuf import timestamp_pb2 # type: ignore
4040
import grpc
4141
from grpc.experimental import aio
42+
from proto.marshal.rules import wrappers
4243
from proto.marshal.rules.dates import DurationRule, TimestampRule
4344
import pytest
4445

0 commit comments

Comments
 (0)