saimon46 opened a new issue #17582:
URL: https://github.com/apache/airflow/issues/17582


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the 
following questions.
   Don't worry if they're not all applicable; just try to include what you can 
:-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   **Description**
   
   Add a proper `params` configuration in the trigger page of a DAG showing the 
dict without the serialisation format `__var` and `__type` but with a flat, 
normal dict.
   
   **Use case / motivation**
   
   Now we are using the `params` dictionary that can be configured in the DAG. 
In our case this configuration is a dictionary with nested fields. When this is 
showed in the trigger page is we see the serialised format of the dictionary 
with the content of the dict in `__var` and `__type = dict`. In that form 
instead we should have the dictionary in a flat format with only the different 
contents nested. In the images you can see some examples.
   
   To improve this we can deserialise the dict before being visualised in the 
UI.
   <!-- What do you want to happen?
   
   Rather than telling us how you might implement this solution, try to take a
   step back and describe what you are trying to achieve.
   
   -->
   
   **Related Issues**
   
   Not that I know. I've tried to search for it but nobody said anything about 
it.
   <!-- Is there currently another issue associated with this? -->
   


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