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!
Hi there,
I’m currently using
dbt-starrocksand wanted to confirm if the adapter supports thedbt run --emptycommand. The offical doc said thatBut 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 --emptyto validate it, or it might overwrite existing mv?Thanks!