-
Notifications
You must be signed in to change notification settings - Fork 43
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
When using force_batch=true
with incremental models, it will fail if there is no data to write
#437
Labels
Comments
Adding a bit more context.
The issue seems to be in get_partition_batches and create_table_as_with_partitions Here are some possible solutions:
@svdimchenko FYI. |
Oh, I didn't see this when I searched before opening dbt-labs/dbt-athena#656 , will close in favour of this one. |
I have a fix in progress on dbt-labs/dbt-athena#658 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dbt version: 1.7.0
use case: I am processing CDC data from a database into Athena Iceberg tables.
issue: While I can successfully run the first load of the query, when I go to run an incremental model without any data, it will fail when it is attempting to query a table that does not exist.
The text was updated successfully, but these errors were encountered: