While trying to make a contribution to allow mongodb to bigquery to support Json in a USER_OPTION=FLATTEN, I cannot seem to compile the code successfuly
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project mongodb-to-googlecloud: Compilation failure
[ERROR] /Users/wazi/Downloads/DataflowTemplates/v2/mongodb-to-googlecloud/src/main/java/com/google/cloud/teleport/v2/mongodb/options/MongoDbToBigQueryOptions.java:[136,23] cannot find symbol
[ERROR] symbol: class JavascriptUdfFile
[ERROR] location: class com.google.cloud.teleport.metadata.TemplateParameter
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
It does seem like the JavascriptUdfFile interface is in the right file DataflowTemplates/metadata/src/main/java/com/google/cloud/teleport/metadata/TemplateParameter.java
Related Template(s)
MongoDbToBigQuery & MongoDbToBigQueryCDC
Template Version
Don't know
What happened?
While trying to make a contribution to allow mongodb to bigquery to support Json in a USER_OPTION=FLATTEN, I cannot seem to compile the code successfuly
To reproduce:
Relevant log output