We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10be6bd commit c5cc745Copy full SHA for c5cc745
.gitignore
@@ -15,4 +15,4 @@ test.log
15
dbt.log
16
models/
17
data/
18
-dbt_packages/
+dbt_packages/
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "airflow-dbt-python"
3
-version = "0.10.1"
+version = "0.10.2"
4
description = "A dbt operator and hook for Airflow"
5
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
6
license = "MIT"
0 commit comments