when I tried to access varaibles in aws managed airflow 2.0.1, got the below exception.
psycopg2.errors.UndefinedColumn: column variable.description does not exist
LINE 1: ....id AS variable_id, variable.key AS variable_key, variable.d...
vars = Variable.get("some_variable", deserialize_json=True)
It is working fine with airflow 1.1.0 version, not sure what got changed with 2.0.1
Any help would be appreciated.Thanks