We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6895d3 commit 9e65b72Copy full SHA for 9e65b72
README.md
@@ -16,6 +16,7 @@ provide jinja with further adapter/python methods.
16
- Execute Python model(Python code) locally
17
- Enable Granular Model-Level Orchestration Using Airflow
18
- Create page on Airflow Server to serve DBT docs as a new page under airflow UI
19
+- Use customized dbt docs page, by providing custom index.html page
20
21
For more details please see [examples](docs/EXAMPLES.md).
22
setup.py
@@ -13,7 +13,7 @@
13
'opendbt = opendbt:main',
14
],
15
},
- version='0.4.0',
+ version='0.5.0',
packages=find_packages(),
author="Memiiso Organization",
description='Python opendbt',
0 commit comments