Initial release with the following operators:
Removed the operator DbtDepsOperator
. Dependencies defined in dbt's packages.yml
file should be collected before deployment, otherwise we assume workers use a shared filesystem.
DbtDepsOperator
- Calls
dbt deps
- Calls
Makes vars
a jinja templated field. See here for more information.
Fix verbose logging of command to include --full_refresh
.
Add the DbtSnapshotOperator
.
Add the DbtSeedOperator
.
Support --select
for the DbtSnapshotOperator
.
Add the DbtDocsGenerateOperator
and DbtDepsOperator
.