==================== dlairflow Change Log ==================== 0.1.8 (unreleased) ------------------ * No changes yet. 0.1.7 (2026-03-05) ------------------ * Add :mod:`dlairflow.meta` (PR `#17`_). .. _`#17`: https://github.com/astro-datalab/dlairflow/pull/17 0.1.6 (2025-10-16) ------------------ * Add script to clean up outdated SQL templates (PR `#16`_). * Merge ``development-plan`` branch to archive original plan (PR `#15`_). .. _`#15`: https://github.com/astro-datalab/dlairflow/pull/15 .. _`#16`: https://github.com/astro-datalab/dlairflow/pull/16 0.1.5 (2025-09-18) ------------------ * Add function to support ``TRUNCATE TABLE`` tasks (PR `#12`_). * Support ``TABLESPACE`` when creating indexes (PR `#11`_). .. _`#11`: https://github.com/astro-datalab/dlairflow/pull/11 .. _`#12`: https://github.com/astro-datalab/dlairflow/pull/12 0.1.4 (2025-07-24) ------------------ * Add additional database support functions; add tests for near-future versions of Airflow (PR `#9`_). .. _`#9`: https://github.com/astro-datalab/dlairflow/pull/9 0.1.3 (2025-04-17) ------------------ * More portable user scratch directories; address documentation issues (PR `#7`_). .. _`#7`: https://github.com/astro-datalab/dlairflow/pull/7 0.1.2 (2025-02-19) ------------------ * Add support for some standard SQL tasks (PR `#2`_). .. _`#2`: https://github.com/astro-datalab/dlairflow/pull/2 0.1.1 (2025-01-09) ------------------ * Working on adding task functions and Coveralls integration (PR `#1`_). .. _`#1`: https://github.com/astro-datalab/dlairflow/pull/1 0.1.0 (2024-12-18) ------------------ * Initial reference tag: working Python package with full test coverage.