Releases: ddeutils/dagtool
Releases · ddeutils/dagtool
0.0.13
✨ Features
- 🎯 create setup file that use before build.
- 🎯 support getitem method on utils dotdict object.
- 🎯 update sync feature for locate config file to object storage.
✒️ Code Changes
- 🎨 change format code for datahub model.
📦 Build & Workflow
- 🧰 focus on multiversion support.
📖 Documentations
- 📄 update docs on design.
- 📄 update readme file.
0.0.12
✨ Features
- 🎯 revise set upstream logic.
- 🎯 add support model context.
- 🎯 revise abstract model name.
🐛 Bug fixes
- ⚙️ change dynamic for fail_stop argument.
✒️ Code Changes
- 🎨 revise import and example on readme file.
- 🚧 change package file structure.
- 🎨 change to relative import.
📦 Build & Workflow
- 🧰 change mount path from plugin to airflow home.
📖 Documentations
- 📄 update json schema and edit readme file.
- 📄 update design docs.
- 📄 update docs files.
- 📄 update design docs.
0.0.11
✨ Features
- 🎯 update more field on tasks model.
- 🎯 add jinja env kwargs.
- 🎯 update default argument field that supported.
- 🎯 update dag argument that supported.
- 🎯 update main cli.
🐛 Bug fixes
- ⚙️ change module name.
✒️ Code Changes
- 🚧 change custom to common.
- 🚧 move plugin to specific providers.
- 🎨 update docs-string format and add contributing docs.
0.0.10
0.0.9
✨ Features
- 🎯 add name logging on factory.
- 🎯 add context extras for dynamic value to build method.
🐛 Bug fixes
- ⚙️ change deps on pyproject.
- ⚙️ fix type tags does not valid.
- ⚙️ add custom filter on factory instread of models.
✒️ Code Changes
- 🎨 add typed hint for all module.
- 🏷️ Bump up to version 0.0.8 -> 0.0.9.
- 🚧 change function to classmethod on variable model.
- 🎨 add AIR rule on ruff.
- 🧪 update testcase support version change.
📦 Build & Workflow
- 🧰 change format docker file.
- 🧰 add python version file for track base py version.
0.0.8
✨ Features
- 🎯 add support for airflow3.
- 🎯 add import support airflow version 3.
- 🎯 add dynamic kwargs of DAG object.
✒️ Code Changes
- 🎨 format code for support airflow version less than 3.
📮 Dependencies
- 📌 update optional deps.
📖 Documentations
- 📄 update readme file.