Skip to content

Commit

Permalink
[MongoDB Templates]: Fix classpath in the spec files.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 465398827
  • Loading branch information
anikin authored and cloud-teleport committed Aug 4, 2022
1 parent bc6b46f commit 9d17017
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainClass": "com.google.cloud.teleport.v2.mongodb.templates.BigQueryToMongoDb",
"classPath": "/template/googlecloud-to-mongodb/*:/template/googlecloud-to-mongodb/libs/*:/template/googlecloud-to-mongodb/classes",
"classPath": "/template/bigquery-to-mongodb/*:/template/bigquery-to-mongodb/libs/*:/template/bigquery-to-mongodb/classes",
"defaultParameterValues": {
"labels": "{\"goog-dataflow-provided-template-type\":\"flex\",\"goog-dataflow-provided-template-name\":\"googlecloud-to-mongodb\"}"
"labels": "{\"goog-dataflow-provided-template-type\":\"flex\",\"goog-dataflow-provided-template-name\":\"bigquery-to-mongodb\"}"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainClass": "com.google.cloud.teleport.v2.mongodb.templates.MongoDbToBigQueryCdc",
"classPath": "/template/mongodb-to-googlecloud/*:/template/mongodb-to-googlecloud/libs/*:/template/mongodb-to-googlecloud/classes",
"classPath": "/template/mongodb-to-bigquery-cdc/*:/template/mongodb-to-bigquery-cdc/libs/*:/template/mongodb-to-bigquery-cdc/classes",
"defaultParameterValues": {
"labels": "{\"goog-dataflow-provided-template-type\":\"flex\",\"goog-dataflow-provided-template-name\":\"mongodb-to-googlecloud\"}"
"labels": "{\"goog-dataflow-provided-template-type\":\"flex\",\"goog-dataflow-provided-template-name\":\"mongodb-to-bigquery-cdc\"}"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainClass": "com.google.cloud.teleport.v2.mongodb.templates.MongoDbToBigQuery",
"classPath": "/template/mongodb-to-googlecloud/*:/template/mongodb-to-googlecloud/libs/*:/template/mongodb-to-googlecloud/classes",
"classPath": "/template/mongodb-to-bigquery/*:/template/mongodb-to-bigquery/libs/*:/template/mongodb-to-bigquery/classes",
"defaultParameterValues": {
"labels": "{\"goog-dataflow-provided-template-type\":\"flex\",\"goog-dataflow-provided-template-name\":\"mongodb-to-googlecloud\"}"
"labels": "{\"goog-dataflow-provided-template-type\":\"flex\",\"goog-dataflow-provided-template-name\":\"mongodb-to-bigquery\"}"
}
}

0 comments on commit 9d17017

Please sign in to comment.