rawwar commented on PR #43841: URL: https://github.com/apache/airflow/pull/43841#issuecomment-2489073360
> I was just testing this and noticed that we're passing all the values as strings. It would be nice if I am passing 'application/json' that values are actually converted so `'True'` becomes `true`, `'5'` becomes `5` I think, that would require us to maintain a Model with all possible configs along with their type. From what I remember, we typecast them after retrieving from the config. For example, retries are fetched as a string and then typecased in methods. -- 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]
