stackql-deploy 2.2.0

Infrastructure-as-code framework for declarative cloud resource management using StackQL
1
2
3
4
/*+ exports, retries=2, retry_delay=0 */
SELECT userName AS workspace_principal
FROM databricks_workspace.iam.current_user
WHERE deployment_name = '{{ deployment_name }}'