We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9f1b5 commit 75a0962Copy full SHA for 75a0962
core/dbt/cli/flags.py
@@ -37,6 +37,7 @@
37
"STRICT_MODE": False,
38
"STORE_FAILURES": False,
39
"INTROSPECT": True,
40
+ "STATE_MODIFIED_COMPARE_VARS": False,
41
}
42
43
DEPRECATED_PARAMS = {
core/dbt/tests/fixtures/project.py
@@ -428,6 +428,8 @@ def test_config():
428
# from the pytest fixtures that may be needed in the test functions, including
429
# a 'run_sql' method.
430
class TestProjInfo:
431
+ __test__ = False
432
+
433
def __init__(
434
self,
435
project_root,
0 commit comments