We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c713c commit d6a4917Copy full SHA for d6a4917
tests/core/integration/test_dbt.py
@@ -48,7 +48,7 @@ def test_dbt_is_incremental_table_is_missing(sushi_test_dbt_context: Context):
48
model = context.get_model("sushi.waiter_revenue_by_day_v2")
49
model = model.copy(update={"kind": IncrementalUnmanagedKind(), "start": "2023-01-01"})
50
context.upsert_model(model)
51
- context._standalone_audits["test_top_waiters"].start = "2023-01-01"
+ context._standalone_audits["sushi.test_top_waiters"].start = "2023-01-01"
52
53
context.plan("prod", auto_apply=True, no_prompts=True, skip_tests=True)
54
0 commit comments