Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Modify CI badge (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw authored Dec 10, 2019
1 parent 0d7e227 commit 7fddef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# `bigquery-to-datastore`
# bigquery-to-datastore

[![Build Status](https://travis-ci.org/yu-iskw/bigquery-to-datastore.svg?branch=master)](https://travis-ci.org/yu-iskw/bigquery-to-datastore)
[![CircleCI](https://circleci.com/gh/yu-iskw/bigquery-to-datastore.svg?style=svg)](https://circleci.com/gh/yu-iskw/bigquery-to-datastore)
[![codecov](https://codecov.io/gh/yu-iskw/bigquery-to-datastore/branch/master/graph/badge.svg)](https://codecov.io/gh/yu-iskw/bigquery-to-datastore)

This allows us to export a BigQuery table to a Google Datastore kind using Apache Beam on top of Google Dataflow.
This enables us to export a BigQuery table to a Google Datastore kind using Apache Beam on top of Google Dataflow.

You don't have to have duplicated rows whose key values are same.
Apache Beam's `DatastoreIO` doesn't allow us to write same key at once.
Expand Down

0 comments on commit 7fddef4

Please sign in to comment.