Skip to content

Commit

Permalink
Add compatibility check badges to READMEs. (#8288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylil93 authored and tseaver committed Jul 15, 2019
1 parent 55fbbb6 commit 54ccc66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/google-cloud-bigquery-datatransfer/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Client for BigQuery Data Transfer API
============================================

|alpha| |pypi| |versions|
|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github|

The `BigQuery Data Transfer API`_ allows users to transfer data from partner
SaaS applications to Google BigQuery on a scheduled, managed basis.
Expand All @@ -15,6 +15,10 @@ SaaS applications to Google BigQuery on a scheduled, managed basis.
:target: https://pypi.org/project/google-cloud-bigquery-datatransfer/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-datatransfer.svg
:target: https://pypi.org/project/google-cloud-bigquery-datatransfer/
.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-bigquery-datatransfer
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-bigquery-datatransfer
.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dbigquery_datatransfer
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dbigquery_datatransfer
.. _BigQuery Data Transfer API: https://cloud.google.com/bigquery/transfer
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/bigquery_datatransfer/index.html
.. _Product Documentation: https://cloud.google.com/bigquery/docs/transfer-service-overview
Expand Down

0 comments on commit 54ccc66

Please sign in to comment.