Hi,
When I perform incremental run, it creates a temp table in Bigquery. Does dbt loads existing data first from the main table in order to create the temp table ? Otherwise, how would dbt know what data to insert in the temp table ? If it loads existing data first from the main table and if the main table is large, does that incur cost in bigquery ?
Thanks!