fivetran / fivetran/dbt_smart_run
Doesn't work when there are ephemeral models in between
Open
- Dominant language
- Python
- Stars
- 17
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
The scripts seem to fail when there are ephemeral models in the DAG. My expectation would be that the non-ephemeral node before will be considered and copied. Right now the script just tries to copy the ephemeral nodes tables (which don't exist) and then runs dbt but fails, because dependencies upstream of the ephemeral model are missing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.