cancel
Showing results for 
Search instead for 
Did you mean: 
Seunghyun
Contributor
since ‎01-27-2026
‎03-10-2026

User Stats

  • 11 Posts
  • 0 Solutions
  • 2 Kudos given
  • 3 Kudos received

User Activity

Hello,I have deployed a Databricks SQL Alert using Databricks Asset Bundles (DABs), and I’ve also deployed a Job to execute this alert through the same bundle.Below is a snippet of the task configuration I used:```- task_key: "alerts_error"sql_task:a...
Hello, I am currently developing a Python script using the Databricks SDK to manage Service Principal secrets within a Databricks Notebook environment.I am using M2M (Machine-to-Machine) authentication, and the Service Principal in use has been grant...
I am currently using Databricks Asset Bundles (DABs) to deploy and manage dashboard resources. While I can manually add a schedule to a dashboard via the Databricks console, I would like to reflect this same configuration in the dashboard YAML file. ...
I am defining a job using Databricks Asset Bundles (DABs) as follows:YAML resources: jobs: job_name: ... schedule: {{ if eq ${var.env} "prd" }} pause_status: "UNPAUSED" {{ else }} pause_status: "PAUSE...
I have a question regarding Databricks Dashboards.I would like to fix the filter area within the dashboard so that it remains visible at all times, even when scrolling up or down. Is there a way to make the Page Filter area 'sticky' or frozen, exclud...
Kudos given to