We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I pass in the --empty flag to my dbt run statement, I get an error as follows:
--empty
dbt run
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I pass in the
--empty
flag to mydbt run
statement, I get an error as follows:Is there a way for this to handle the
--empty
flag correctly so downstream models can get their SQL syntax checked without being skipped?The text was updated successfully, but these errors were encountered: