[async] Evaluate the possiblity of using dbt itself to create the full SQL command #1266
Labels
dbt:compile
Primarily related to dbt compile command or functionality
execution:async
Related to the Async execution mode
Milestone
Context
When implementing #1230, we realised that the
dbt compile
command outputs the select statements related to models and transformations, but not necessarily the remaining relevant parts of the query (including creates, updates, inserts, drops).This logic lives partially in dbt-core code and partially in the dbt adaptors of interest.
Could we leverage the
--empty
flag (dbt-labs/dbt-core#8980 (comment)) in any way?Acceptance criteria
dbt compile
- or somewhere related, to a setup task - to pre-create the full queries that we want to run with the async operators afterwards.The text was updated successfully, but these errors were encountered: