You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a first glance I think the reason for the error might be that in the _adjust_alert_refmethod of the SqlPropertiesAdjusterclass (line 116) in dbx/api/adjuster/mixins/sql_properties.py it should reference the class AlertsList instead of DashboardsList:
Expected Behavior
When defining an Alert SQL task through the deployment.yml like this:
it should automatically determine the alert_id through the alert name like it does for warehouses and queries etc.
Current Behavior
Currently I get the following error in my azure pipeline:
Steps to Reproduce (for bugs)
Context
Your Environment
On a first glance I think the reason for the error might be that in the
_adjust_alert_ref
method of theSqlPropertiesAdjuster
class (line 116) in dbx/api/adjuster/mixins/sql_properties.py it should reference the class AlertsList instead of DashboardsList:However, I haven't confirmed this.
(When I provide the explicit alert_id the deployment goes through without any problems btw.)
The text was updated successfully, but these errors were encountered: