When running this model the first time (dbt run), it succeeds. However the second time, when the query is referencing the target table to find out what partitions to ...
I'm doing a simple write performance test for Hudi in Spark on Yarn, but my executors will be dead for OOM. And the 'insert overwrite' SQL could be very slow. I've created a table like this: create ...