gopidesupavan commented on code in PR #55488:
URL: https://github.com/apache/airflow/pull/55488#discussion_r2338187756
##########
airflow-ctl/src/airflowctl/ctl/cli_config.py:
##########
@@ -468,12 +468,13 @@ def _python_type_from_string(type_name: str | type) ->
type | Callable:
"tuple": tuple,
"set": set,
"datetime.datetime": parsedate,
+ "dict[str, typing.Any]": dict,
Review Comment:
nah tha dict is different in the above example -> Dict[str, int] but in our
case we have dict[str, ..]
--
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]