Skip to content

Commit 30693b1

Browse files
committed
Make sure debug comes out
1 parent f1f8e96 commit 30693b1

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

.circleci/continue_config.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ jobs:
272272
workflows:
273273
main_pr:
274274
jobs:
275-
- doc_tests
276275
- style_and_cicd_tests:
277276
matrix:
278277
parameters:
@@ -282,42 +281,3 @@ workflows:
282281
- "3.11"
283282
- "3.12"
284283
- "3.13"
285-
- cicd_tests_windows
286-
- engine_tests_docker:
287-
name: engine_<< matrix.engine >>
288-
matrix:
289-
parameters:
290-
engine:
291-
- duckdb
292-
- postgres
293-
- mysql
294-
- mssql
295-
- trino
296-
- spark
297-
- clickhouse
298-
- risingwave
299-
- engine_tests_cloud:
300-
name: cloud_engine_<< matrix.engine >>
301-
context:
302-
- sqlmesh_cloud_database_integration
303-
requires:
304-
- engine_tests_docker
305-
matrix:
306-
parameters:
307-
engine:
308-
- snowflake
309-
- databricks
310-
- redshift
311-
- bigquery
312-
- clickhouse-cloud
313-
- athena
314-
- fabric
315-
- gcp-postgres
316-
filters:
317-
branches:
318-
only:
319-
- main
320-
- ui_style
321-
- ui_test
322-
- vscode_test
323-
- migration_test

sqlmesh/dbt/manifest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ def _load_manifest(self) -> Manifest:
437437
macro_debugging=False,
438438
REQUIRE_RESOURCE_NAMES_WITHOUT_SPACES=True,
439439
)
440-
print(
441-
"DBT RuntimeConfig args - profile %s, project_dir %s, profiles_dir %s, target %s, vars %s",
440+
logger.error(
441+
"\nDBT RuntimeConfig args\nprofile: %s\nproject_dir: %s\nprofiles_dir: %s\ntarget: %s\nvars: %s\n",
442442
args.profile,
443443
args.project_dir,
444444
args.profiles_dir,

0 commit comments

Comments
 (0)