Skip to content

Commit f1f8e96

Browse files
committed
more debug
1 parent 7f7ea2f commit f1f8e96

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
@@ -123,7 +123,7 @@ slow-test:
123123
pytest -n auto -m "(fast or slow) and not cicdonly" && pytest -m "isolated" && pytest -m "registry_isolation" && pytest -m "dialect_isolated"
124124

125125
cicd-test:
126-
pytest -n auto -m "fast or slow" --junitxml=test-results/junit-cicd.xml && pytest -m "isolated" && pytest -m "registry_isolation" && pytest -m "dialect_isolated"
126+
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"
127127

128128
core-fast-test:
129129
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
@@ -437,7 +437,7 @@ def _load_manifest(self) -> Manifest:
437437
macro_debugging=False,
438438
REQUIRE_RESOURCE_NAMES_WITHOUT_SPACES=True,
439439
)
440-
logger.debug(
440+
print(
441441
"DBT RuntimeConfig args - profile %s, project_dir %s, profiles_dir %s, target %s, vars %s",
442442
args.profile,
443443
args.project_dir,

0 commit comments

Comments
 (0)