amoghrajesh commented on issue #63341: URL: https://github.com/apache/airflow/issues/63341#issuecomment-4038705248
I did some debugging and this seems to be a case of decryption issues during upgrade: ```python 2026-03-11T11:50:00.128758Z [error ] Can't decrypt _val for key=one, invalid token or value [airflow.models.variable.Variable] loc=variable.py:91 2026-03-11T11:50:00.129027Z [error ] Can't decrypt _val for key=three, invalid token or value [airflow.models.variable.Variable] loc=variable.py:91 2026-03-11T11:50:00.129270Z [error ] Can't decrypt _val for key=two, invalid token or value [airflow.models.variable.Variable] loc=variable.py:91 2026-03-11T11:50:00.130239Z [error ] Can't decrypt _val for key=one, invalid token or value [airflow.models.variable.Variable] loc=variable.py:91 2026-03-11T11:50:00.130406Z [error ] Can't decrypt _val for key=three, invalid token or value [airflow.models.variable.Variable] loc=variable.py:91 2026-03-11T11:50:00.130475Z [error ] Can't decrypt _val for key=two, invalid token or value [airflow.models.variable.Variable] loc=variable.py:91 ``` Would probably be a issue local to breeze, cos fernet key is not carried over in breeze? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
