Skip to content

Releases: NASA-IMPACT/veda-data-airflow

Release v0.21.3-dev.0

25 Mar 23:19
9b4b5a5

Choose a tag to compare

0.21.3-dev.0 (2026-03-25)

Bug Fixes

Release v0.21.2-dev.0

25 Mar 22:41
a7c164f

Choose a tag to compare

0.21.2-dev.0 (2026-03-25)

Bug Fixes

Release v0.21.1-dev.1

25 Mar 19:07
d495566

Choose a tag to compare

Release v0.21.1-dev.0

18 Mar 23:11
8df9e72

Choose a tag to compare

0.21.1-dev.0 (2026-03-18)

Bug Fixes

  • recursive tf fmt (8cca88a)
  • wont require input, has default (e6f8868)

Tests

  • validate in-pr context, may want to relocate or refactor or add more tf checks (aa6429a)

Continuous Integration

  • add terraform plan to cicd (eadf278)

Release v0.21.0-dev.1

09 Mar 18:19
fe98ccf

Choose a tag to compare

Release v0.21.0-dev.0

06 Mar 18:31
b2ede72

Choose a tag to compare

0.21.0-dev.0 (2026-03-06)

Features

  • add delete collection DAG (c4e0ea1)

Bug Fixes

  • explicit submodule import (b907b75)
  • imports (c9aff56)
  • prevent retry, locks (7813d9c)
  • revert collection table identifier logic, replace with not-postgis check (475e029)

Release v0.20.2-dev.1

03 Mar 15:05
9d252f6

Choose a tag to compare

Release v0.20.2-dev.0

19 Feb 22:35

Choose a tag to compare

0.20.2-dev.0 (2026-02-19)

Bug Fixes

  • verify with public key, remove debug roles (6fdaf88)

Release v0.20.1-dev.0

14 Jan 21:40

Choose a tag to compare

0.20.1-dev.0 (2026-01-14)

Bug Fixes

  • replace "unknown" with None (50f2425)

Release v0.20.0-dev.0

12 Jan 18:43
5bd326a

Choose a tag to compare

0.20.0-dev.0 (2026-01-12)

Features

  • tenant tagging pipeline draft (100c05b)

Bug Fixes

  • add error handling to ingestion step (f938a47)
  • add logging to see request size before sending to ingest (81c4e7d)
  • get strings, then split (10f9172)
  • remove catalog endpoint parameter (7630c0c)
  • revert collection generation changes (eee6cdb)
  • split list of collections, this assumes no quotations (113e485)
  • update and handle case with newlines, according to convention from airflow docs (78a6356)
  • update dag to place tenant at top level (eff3903)
  • update dag to take in catalog endpoint as alternative parameter (6faf9d4)
  • update dag to take in tenant field parameter (cf46f6d)
  • update get_collection_ids to handle str lists only, and error otherwise (80f75d6)
  • update template daf run conf for collections to make required, array (b24a824)
  • update to handle collections, normalizing dates, and add logging (76fc666)
  • update to handle fetch error (eb3e1f8)
  • update to remove properties in tenant dag (1c384ca)
  • update to sequentially process collections (21a2a6e)
  • update to take in a list of collections (d871ced)
  • use AirflowException (dfdf43a)