We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad5091 commit 6a024eaCopy full SHA for 6a024ea
tests/core/engine_adapter/integration/test_integration.py
@@ -3583,9 +3583,10 @@ def test_janitor(
3583
3584
init_example_project(tmp_path, ctx.engine_type, schema_name=parsed_schema.db)
3585
3586
- def _set_config(_gateway: str, config: Config) -> None:
+ def _set_config(gateway: str, config: Config) -> None:
3587
config.environment_suffix_target = environment_suffix_target
3588
config.model_defaults.dialect = ctx.dialect
3589
+ config.gateways[gateway].connection.concurrent_tasks = 1
3590
3591
sqlmesh = ctx.create_context(path=tmp_path, config_mutator=_set_config)
3592
0 commit comments