From 7fddef472de4d4d619a999d2023091b4c5b294ad Mon Sep 17 00:00:00 2001 From: Yu Ishikawa Date: Tue, 10 Dec 2019 13:05:51 -0800 Subject: [PATCH] Modify CI badge (#29) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ba4c1d..bef2274 100644 --- a/README.md +++ b/README.md @@ -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.