Airflow-dbt

Latest version: v0.3.0

Safety actively analyzes 621469 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

Add the `DbtSeedOperator`.

Support `--select` for the `DbtSnapshotOperator`.

0.2.0

Add the `DbtSnapshotOperator`.

0.1.2

Fix verbose logging of command to include `--full_refresh`.

0.1.1

Makes `vars` a jinja templated field. See [here](https://airflow.apache.org/docs/stable/concepts.htmljinja-templating) for more information.

0.1.0

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`](https://docs.getdbt.com/docs/deps)

0.0.1

Initial release with the following operators:

* `DbtRunOperator`
* Calls [`dbt run`](https://docs.getdbt.com/docs/run)
* `DbtTestOperator`
* Calls [`dbt test`](https://docs.getdbt.com/docs/test)
* `DbtDepsOperator`
* Calls [`dbt deps`](https://docs.getdbt.com/docs/deps)

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.