github-actions[bot] opened a new pull request, #69837:
URL: https://github.com/apache/airflow/pull/69837

   * Fix airflowctl JSON parsing for Dag run conf
   
   airflowctl dags trigger --conf rejected JSON object strings because the
   generated parser validated them with raw dict, which cannot consume a JSON
   string. Parse JSON object CLI values into dictionaries before validation so
   conf values such as {"my-key": "my-value"} are accepted.
   
   closes: #67989
   
   * Expand json_dict_type test coverage for airflowctl conf parsing
   
   Cover dict input early return, invalid JSON, and non-object JSON so all
   branches of the conf parser are exercised.
   
   ---------
   (cherry picked from commit a1cec525543c048b492f617e174b6c862664e55e)
   
   Co-authored-by: Atakan Yenel <[email protected]>
   Co-authored-by: Atakan Yenel <[email protected]>


-- 
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]

Reply via email to