We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72506a8 commit 596f56eCopy full SHA for 596f56e
2 files changed
sqlmesh/core/scheduler.py
@@ -149,8 +149,6 @@ def evaluate(
149
execution_time: TimeLike,
150
deployability_index: DeployabilityIndex,
151
batch_index: int,
152
- environment_naming_info: EnvironmentNamingInfo,
153
- default_catalog: t.Optional[str],
154
**kwargs: t.Any,
155
) -> t.Tuple[t.List[AuditResult], t.List[AuditError]]:
156
"""Evaluate a snapshot and add the processed interval to the state sync.
tests/core/test_scheduler.py
@@ -528,8 +528,6 @@ def _evaluate():
528
to_datetime("2022-01-03"),
529
DeployabilityIndex.all_deployable(),
530
0,
531
- EnvironmentNamingInfo(),
532
- None,
533
)
534
535
evaluator_audit_mock.return_value = [
0 commit comments