Skip to content

Commit 4f1ae52

Browse files
committed
more debug
1 parent db7c728 commit 4f1ae52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ slow-test:
126126
pytest -n auto -m "(fast or slow) and not cicdonly" && pytest -m "isolated" && pytest -m "registry_isolation" && pytest -m "dialect_isolated"
127127

128128
cicd-test:
129-
pytest -n auto -m "fast or slow" --junitxml=test-results/junit-cicd.xml && pytest -m "isolated" && pytest -m "registry_isolation" && pytest -m "dialect_isolated"
129+
pytest -n auto -m "fast or slow" -s --junitxml=test-results/junit-cicd.xml && pytest -m "isolated" && pytest -m "registry_isolation" && pytest -m "dialect_isolated"
130130

131131
core-fast-test:
132132
pytest -n auto -m "fast and not web and not github and not dbt and not jupyter"

sqlmesh/dbt/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def _load_manifest(self) -> Manifest:
482482
macro_debugging=False,
483483
REQUIRE_RESOURCE_NAMES_WITHOUT_SPACES=True,
484484
)
485-
logger.debug(
485+
print(
486486
"DBT RuntimeConfig args - profile %s, project_dir %s, profiles_dir %s, target %s, vars %s",
487487
args.profile,
488488
args.project_dir,

0 commit comments

Comments
 (0)