You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variables.json is a secret file (in the ./secrets directory, which is excluded from the repo for security reasons) that only contains the fernet key used for encryption of passwords by Airflow.
So variables.json looks like this:
{
"fernet_key": "********************"
}
The text was updated successfully, but these errors were encountered:
The
variables.json
is a secret file (in the ./secrets directory, which is excluded from the repo for security reasons) that only contains the fernet key used for encryption of passwords by Airflow.So
variables.json
looks like this:The text was updated successfully, but these errors were encountered: