Skip to content

Don't unset variables, attempt 2

Compare
Choose a tag to compare
@bibliotechy bibliotechy released this 23 Jun 01:04
62d4a41

Different strategy for not deleting airflow variables before updating them:

  • exporting exist variables to a json file with airflow cli
  • merging with airflow variables defined in the playbook
  • saving merged variables to json file,
  • import the merged json file with airflow cli