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

Commit 7fddef4

Browse files
authored
Modify CI badge (#29)
1 parent 0d7e227 commit 7fddef4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# `bigquery-to-datastore`
1+
# bigquery-to-datastore
22

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

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

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

0 commit comments

Comments
 (0)