From 2b72b7f14765b147bea6e8fda0db1def8a93103f Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Mon, 5 Aug 2019 19:49:53 -0700 Subject: [PATCH] Components - Added the pymongo license URL (#1740) Fixes CloudBuild failures. pymongo is installed by Apache Beam which is used by TF Transform. --- components/third_party_licenses.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/components/third_party_licenses.csv b/components/third_party_licenses.csv index 372ca817bc4..a86a2338b80 100644 --- a/components/third_party_licenses.csv +++ b/components/third_party_licenses.csv @@ -193,3 +193,4 @@ gax-google-pubsub-v1,https://raw.githubusercontent.com/googleapis/googleapis/mas grpc-google-logging-v2,https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE,Apache 2.0 grpc-google-pubsub-v1,https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE,Apache 2.0 google-cloud-datastore,https://raw.githubusercontent.com/GoogleCloudPlatform/google-cloud-datastore/master/LICENSE,Apache 2.0 +pymongo,https://raw.githubusercontent.com/mongodb/mongo-python-driver/master/LICENSE,Apache 2.0