ashb commented on PR #55979: URL: https://github.com/apache/airflow/pull/55979#issuecomment-3322975637
> airflow-core/tests/unit/cli/commands/test_dag_command.py::TestCliDags::test_show_dag_dependencies_save - sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedFunction) function json_extract_path(jsonb, unknown, unknown) does not exist That's now failing because we are using `json_extract_path` on a jsonb type. However I'm not even sure we need that custom function -- can't we use the json ops in sqla (even 1.4): https://docs.sqlalchemy.org/en/14/core/type_basics.html#:~:text=path%20index%20operations ```python data_table.c.data[('key_1', 'key_2', 5, ..., 'key_n')] ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org