- 4226 Views
- 2 replies
- 0 kudos
Hi,How can I create a databricks dashboard, filters and visuals programatically (api, terraform, sdk, cli...)?Thanks,Pawel
- 4226 Views
- 2 replies
- 0 kudos
Latest Reply
Maybe slightly late (maybe because development was late :P), but hopefully it will also help other.1. There seems to be support added to the newest terraform databricks provider - 1.49.0 - here2. Other solution would be to use databricks cli (e.g. `d...
1 More Replies
- 2000 Views
- 1 replies
- 2 kudos
Is there a databricks cli command or REST API to list all the DABs that have been deployed to a workspace?
- 2000 Views
- 1 replies
- 2 kudos
Latest Reply
Hi @Schofield ,Unfortunately, I don't think there is out of the box command that will provide you this information yet. As a workaround, you can try write some code that will extract this information from REST API. For example, you can use /api/2.1/j...