Open anoopj opened 1 year ago
It's an interesting use case and could work with our existing framework. I'm curious if there are other tools that already do this though.
I am not aware of any existing tooling. BigQuery LOAD
jobs support only file formats (Parquet/ORC/Avro et al) - open table formats are not supported.
Build a BigQuery sync will allow customers to incrementally sync from table formats to BigLake Managed Tables (and BQ native tables).
The implementation of the sink will be different than other sinks:
LOAD
statement in BigQuery.@the-other-tim-brown: Do you think this will be useful?