The GitHub Actions job "Tests AMD" on 
airflow.git/add-yaml-support-to-airflow-variables-import has succeeded.
Run started by GitHub user evgenii-prusov (triggered by evgenii-prusov).

Head commit for run:
c674e9e6c26613b245d472a748285708a8952023 / Evgenii Prusov <[email protected]>
feat(cli): add YAML/ENV support to `airflow variables import`

This change brings the `airflow variables import` command to feature parity 
with `airflow connections import` by adding support for YAML and ENV file 
formats.

Key changes:
- Replace hardcoded `json.load()` with flexible `load_variables()` function
- Add format detection based on file extension (.json, .yaml, .yml, .env)
- Handle ENV files differently from JSON/YAML (single values vs. preserving 
data types)
- Add comprehensive tests for all supported formats

Report URL: https://github.com/apache/airflow/actions/runs/16579030543

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to