Skip to content

Does dbt-starrocks support dbt run --empty on MV #60

@majoyz

Description

@majoyz

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions