Hi Team,
I have created a workflow job on Databricks which has 5 parameters. I created parameters using deploument.json like:
"tasks": [
{
"task_key": "Test1",
"notebook_task": {
"notebook_path": "Notebooks/F/UF/FileUpload",
"base_parameters": {
"File_name": "",
"Climate PA: Calulations": "false",
"Climate PA: RisksAndOpportunities Calculations": "false",
"Nature PA": "false",
"Other PA": "false"
},
"source": "GIT"
},
"job_cluster_key": "F_Modules-cluster",
"timeout_seconds": 0,
"email_notifications": {}
}
]
The query is, on Databricks Job UI, when I select Run As, it populates a window to pass the above parameters to workflow but the order of parameters is not the same as above(PFA screenshot).
1) How can I maintain the above parameter order so that when the user clicks on the Run As window the UI shows the exact above parameter order?
2) How can I show tooltips or notes along with all the above 5 parameters?
Any suggestion or help on it will be helpful