-
Notifications
You must be signed in to change notification settings - Fork 30
Does dbt-starrocks support dbt run --empty on MV #60
Copy link
Copy link
Open
Description
Hi there,
I’m currently using dbt-starrocks and wanted to confirm if the adapter supports the dbt run --empty command. The offical doc said that
The --empty flag limits the refs and sources to zero rows. dbt will still execute the model SQL against the target data warehouse but will avoid expensive reads of input data. This validates dependencies and ensures your models will build properly.
But I'm not sure the adpter's behavior if we use it on materialized views. When I want to update MV sql, can I just use dbt run --empty to validate it, or it might overwrite existing mv?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels