Skip to content

Commit 235ac55

Browse files
BigQuery Data Transfer 0.1.0 Release (#4598)
1 parent 884d8ae commit 235ac55

4 files changed

Lines changed: 28 additions & 1 deletion

File tree

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ against beta libraries are addressed with a higher priority.
5858
This client library has **alpha** support for the following Google
5959
Cloud Platform services:
6060

61+
- `Google BigQuery Data Transfer`_ (`BigQuery Data Transfer README`_)
6162
- `Google Cloud Bigtable`_ (`Bigtable README`_)
6263
- `Google Cloud Bigtable - HappyBase`_ (`HappyBase README`_)
6364
- `Google Cloud Container`_ (`Container README`_)
@@ -79,6 +80,8 @@ updates. See `versioning`_ for more details.
7980
.. _Pub/Sub README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/pubsub
8081
.. _Google BigQuery: https://pypi.org/project/google-cloud-bigquery/
8182
.. _BigQuery README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/bigquery
83+
.. _Google BigQuery Data Transfer: https://pypi.org/project/google-cloud-bigquery-datatransfer/
84+
.. _BigQuery Data Transfer README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/bigquery_datatransfer
8285
.. _Google Cloud Container: https://pypi.org/project/google-cloud-container/
8386
.. _Container README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/container
8487
.. _Google Cloud Resource Manager: https://pypi.org/project/google-cloud-resource-manager/

bigquery_datatransfer/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
[PyPI History][1]
4+
5+
[1]: https://pypi.org/project/google-cloud-bigquery-datatransfer/#history
6+
7+
## 0.1.0
8+
9+
[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
10+
11+
The BigQuery Data Transfer Service automates data movement from SaaS
12+
applications to Google BigQuery on a scheduled, managed basis. Your analytics
13+
team can lay the foundation for a data warehouse without writing a single line
14+
of code. BigQuery Data Transfer Service initially supports Google application
15+
sources like Adwords, DoubleClick Campaign Manager, DoubleClick for Publishers
16+
and YouTube.
17+
18+
PyPI: https://pypi.org/project/google-cloud-bigquery-datatransfer/0.1.0/

bigquery_datatransfer/docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@ Api Reference
104104
.. toctree::
105105
:maxdepth: 2
106106

107+
releases
107108
gapic/v1/api
108-
gapic/v1/types
109+
gapic/v1/types
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
###################################
2+
``google-cloud-container`` Releases
3+
###################################
4+
5+
* ``0.1.0`` (`PyPI <https://pypi.org/project/google-cloud-container/0.1.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/container-0.1.0>`__)

0 commit comments

Comments
 (0)