dodywicahyo

Results 4 comments of dodywicahyo

I also have "Template launch failed: exit status 1" while using schemaFilePath parameter. On console logs: {"container_id":"da9e7b892fe8c66e178d37c83b1af333ec322c215f0c3571ca6c374238f6628e","severity":"INFO","time":"2022/07/15 05:24:38.929585","line":"exec.go:66","message":"\tat com.google.cloud.teleport.v2.cdc.mappers.BigQueryMapper.withDefaultSchemaFromGCS(BigQueryMapper.java:125)"} {"container_id":"da9e7b892fe8c66e178d37c83b1af333ec322c215f0c3571ca6c374238f6628e","severity":"INFO","time":"2022/07/15 05:24:38.929682","line":"exec.go:66","message":"\tat com.google.cloud.teleport.v2.templates.PubSubCdcToBigQuery.run(PubSubCdcToBigQuery.java:344)"} {"container_id":"da9e7b892fe8c66e178d37c83b1af333ec322c215f0c3571ca6c374238f6628e","severity":"INFO","time":"2022/07/15 05:24:38.929796","line":"exec.go:66","message":"\tat com.google.cloud.teleport.v2.templates.PubSubCdcToBigQuery.main(PubSubCdcToBigQuery.java:226)"} {"container_id":"da9e7b892fe8c66e178d37c83b1af333ec322c215f0c3571ca6c374238f6628e","severity":"INFO","time":"2022/07/15 05:24:38.958680","line":"exec.go:52","message":"java failed with exit...

In BigqueryMapper.java: ``` public BigQueryMapper withDefaultSchemaFromGCS(String filePath) { if (filePath == null) { return this; } // TODO: A supplier that reloads the GCS file regularly would allow // a...

My problem is solved by set "mode" = "NULLABLE" for every field in my table schema.

Any update? Just wonder to change default security.protocol=PLAINTEXT to SSL