Hi everyone, I recently opened PR #72355 to support *_file and *_cmd suffixes in AirflowConfigParser.getjson().
Right now, getjson() doesn't check for file or command suffixes when resolving configs (unlike get(), getboolean(), etc.), so setting JSON configs via secrets files or commands doesn't work out of the box. Jarek suggested bringing this to the dev list to see if anyone has feedback or concerns before we merge it. PR link: https://github.com/apache/airflow/pull/72355 Thanks, Shivansh
