How we can see connection and variable values in database

Hello Team,

I would like to check/see the variable and connections tables values in database ( select query ). Looks like the in select query values filed are in an encrypted format. I want to export the connections and variables table data ( with decrypt ) in csv file format.

Regards

Pandurang

You are able to export Variables (but not Connections) in the Airflow UI.

From the airflow CLI, you can:

  • export variables doc
  • export connections doc

Thanks Alan , Using the reference document I am able to export the variable. Thanks

1 Like