How to reproduce:
- Start a new execution in a Dataform (Cloud) workspace by specifying a tag.
- Select run with full refresh and include dependendents
- Start execution
What happens:
The queries included in the workflow all run without errors. However, the incremental table queries are executed in incremental mode instead of full refresh mode.
In my case, the workflow included both regular tables and incremental tables.
How to fix it:
The issue happens with Dataform core versions starting from 3.0.10.
Downgrading the Dataform core version back to 3.0.9 resolved the issue.
How to reproduce:
What happens:
The queries included in the workflow all run without errors. However, the incremental table queries are executed in incremental mode instead of full refresh mode.
In my case, the workflow included both regular tables and incremental tables.
How to fix it:
The issue happens with Dataform core versions starting from 3.0.10.
Downgrading the Dataform core version back to 3.0.9 resolved the issue.