vemikhaylov commented on issue #13653: URL: https://github.com/apache/airflow/issues/13653#issuecomment-762886932
> To answer this, I think I need some more info as to what information is available. What information is saved when a parameter is defined? Its name, its type, its description? Anything else? At the very least, I would think we would need these 3 pieces of information per parameter. From [documentation](https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/models/dag/index.html) `params (dict) -- a dictionary of DAG level parameters that are made accessible in templates, namespaced under params. These params can be overridden at the task level.` As I can understand, it's just a mapping, nothing more. In the endpoint the actual DAG object is serialized. We can try to dump the parameters' types there, but again, it can look weird for custom arbitrary types in general, I guess. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
