Hi @David_Billa,
Can you try with:
TO_TIMESTAMP("12/30/2022 12:00:00 AM", "MM/dd/yyyy hh:mm:ss a") AS tsDate
The issue you are encountering with the TO_DATE function returning null for the value "12:00:00 AM" is likely due to the format string not ma...
Hi @HoussemBL
When you delete a Databricks workspace, it does not directly impact the Unity Catalog or the data within it. Unity Catalog is a separate entity that manages data access and governance across multiple workspaces. Here’s what happens in ...
About your second question. You can use the UI to add Can_Manage permission on workflow job to a group.
https://docs.databricks.com/en/jobs/privileges.html
https://kb.databricks.com/en_US/security/bulk-update-workflow-permissions-for-a-group
Hi @jeremy98,
You can explore the DABs of run as, you can use the run_as configuration in your DABs. This configuration ensures that the workflows are created only once and cannot be duplicated by others.
https://docs.databricks.com/en/dev-tools/bund...