Hello,
In databricks I have created workflows.
in cmd prompt I can get a list of the workflows which look like the ones in dev environment.
How can I get the list of workflows in test databricks environment?
This is the command I use:
databricks jobs list --all
Thank you