Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbt_ml 'model' materialization does not handle the new "--empty" flag #59

Open
switzer opened this issue Aug 27, 2024 · 1 comment
Open

Comments

@switzer
Copy link

switzer commented Aug 27, 2024

When I pass in the --empty flag to my dbt run statement, I get an error as follows:

02:16:27    Database Error in model my_model (models/transformations/my_model.sql)
  Input data doesn't contain any rows.

Is there a way for this to handle the --empty flag correctly so downstream models can get their SQL syntax checked without being skipped?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@switzer and others