GitHub user bamaer added a comment to the discussion: The Simba driver for a Google Big Query database connection does not support regular DDL statements. Please use the GBQ Bulk Loader transform to create your table. [Simba][BigQueryJDBCDriver](100036) Batched and streamed parameters not supported.
BigQuery is not a "real" relational database and doesn't support (full) DDL syntax. The error you got seems to be returned from the Simba driver. As the name implies, the Beam BigQuery Output transform in Apache Hop works with the [Beam + GCP Dataflow pipeline run configuration](https://hop.apache.org/manual/latest/pipeline/pipeline-run-configurations/beam-dataflow-pipeline-engine.html). GitHub link: https://github.com/apache/hop/discussions/4956#discussioncomment-12335224 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
