Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 6eb26d1

Browse filesBrowse files
feat: added support for BigQuery destination and PostgreSQL source types (#124)
* feat: added support for BigQuery destination and PostgreSQL source types PiperOrigin-RevId: 469482613 Source-Link: googleapis/googleapis@441339a Source-Link: https://github.com/googleapis/googleapis-gen/commit/7ac2e52b36f2f84950bb471126c543b9e88e75d2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2FjMmU1MmIzNmYyZjg0OTUwYmI0NzExMjZjNTQzYjllODhlNzVkMiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix(deps): require grpc-google-iam-v1 >=0.12.4 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 83e7a7f commit 6eb26d1
Copy full SHA for 6eb26d1

File tree

Expand file treeCollapse file tree

13 files changed

+2333
-6
lines changed
Filter options
Expand file treeCollapse file tree

13 files changed

+2333
-6
lines changed

‎google/cloud/datastream/__init__.py

Copy file name to clipboardExpand all lines: google/cloud/datastream/__init__.py
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
from google.cloud.datastream_v1.types.datastream_resources import (
5959
AvroFileFormat,
6060
BackfillJob,
61+
BigQueryDestinationConfig,
62+
BigQueryProfile,
6163
ConnectionProfile,
6264
DestinationConfig,
6365
Error,
@@ -78,6 +80,12 @@
7880
OracleSchema,
7981
OracleSourceConfig,
8082
OracleTable,
83+
PostgresqlColumn,
84+
PostgresqlProfile,
85+
PostgresqlRdbms,
86+
PostgresqlSchema,
87+
PostgresqlSourceConfig,
88+
PostgresqlTable,
8189
PrivateConnection,
8290
PrivateConnectivity,
8391
Route,
@@ -132,6 +140,8 @@
132140
"UpdateStreamRequest",
133141
"AvroFileFormat",
134142
"BackfillJob",
143+
"BigQueryDestinationConfig",
144+
"BigQueryProfile",
135145
"ConnectionProfile",
136146
"DestinationConfig",
137147
"Error",
@@ -152,6 +162,12 @@
152162
"OracleSchema",
153163
"OracleSourceConfig",
154164
"OracleTable",
165+
"PostgresqlColumn",
166+
"PostgresqlProfile",
167+
"PostgresqlRdbms",
168+
"PostgresqlSchema",
169+
"PostgresqlSourceConfig",
170+
"PostgresqlTable",
155171
"PrivateConnection",
156172
"PrivateConnectivity",
157173
"Route",

‎google/cloud/datastream_v1/__init__.py

Copy file name to clipboardExpand all lines: google/cloud/datastream_v1/__init__.py
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
from .types.datastream_resources import (
5656
AvroFileFormat,
5757
BackfillJob,
58+
BigQueryDestinationConfig,
59+
BigQueryProfile,
5860
ConnectionProfile,
5961
DestinationConfig,
6062
Error,
@@ -75,6 +77,12 @@
7577
OracleSchema,
7678
OracleSourceConfig,
7779
OracleTable,
80+
PostgresqlColumn,
81+
PostgresqlProfile,
82+
PostgresqlRdbms,
83+
PostgresqlSchema,
84+
PostgresqlSourceConfig,
85+
PostgresqlTable,
7886
PrivateConnection,
7987
PrivateConnectivity,
8088
Route,
@@ -93,6 +101,8 @@
93101
"DatastreamAsyncClient",
94102
"AvroFileFormat",
95103
"BackfillJob",
104+
"BigQueryDestinationConfig",
105+
"BigQueryProfile",
96106
"ConnectionProfile",
97107
"CreateConnectionProfileRequest",
98108
"CreatePrivateConnectionRequest",
@@ -143,6 +153,12 @@
143153
"OracleSchema",
144154
"OracleSourceConfig",
145155
"OracleTable",
156+
"PostgresqlColumn",
157+
"PostgresqlProfile",
158+
"PostgresqlRdbms",
159+
"PostgresqlSchema",
160+
"PostgresqlSourceConfig",
161+
"PostgresqlTable",
146162
"PrivateConnection",
147163
"PrivateConnectivity",
148164
"Route",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.