Skip to content

Commit

Permalink
Fix: Airflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
izeigerman committed Jan 20, 2025
1 parent 202b73c commit 51c2bb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sqlmesh/schedulers/airflow/state_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,8 @@ def refresh_snapshot_intervals(self, snapshots: t.Collection[Snapshot]) -> t.Lis
Returns:
The updated snapshots.
"""
raise NotImplementedError(
"Refreshing snapshot intervals is not supported by the Airflow state sync."
)
logger.warning("Refreshing snapshot intervals is not supported by the Airflow state sync")
return list(snapshots)

def promote(
self,
Expand Down

0 comments on commit 51c2bb5

Please sign in to comment.