Skip to content

Commit

Permalink
Release 1.9.9 (tracks 1786e0c997605854e1b85405d4c1572e83891678)
Browse files Browse the repository at this point in the history
  • Loading branch information
elementl-devtools committed Jan 17, 2025
1 parent 0633d15 commit cad8a2a
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 504 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from .... import gql, ui
from ....config_utils import dagster_cloud_options
from .config_schema import INSIGHTS_ALERT_POLICIES_SCHEMA, process_alert_policies_config

DEFAULT_ALERT_POLICIES_YAML_FILENAME = "alert_policies.yaml"

Expand Down Expand Up @@ -47,8 +46,6 @@ def sync_command(
config = yaml.load(f.read(), Loader=yaml.SafeLoader)

try:
process_alert_policies_config(config, INSIGHTS_ALERT_POLICIES_SCHEMA)

alert_policies = gql.reconcile_alert_policies(client, config)

ui.print(f"Synced alert policies: {', '.join(alert_policies)}")
Expand Down
Loading

0 comments on commit cad8a2a

Please sign in to comment.