MeltanoService.RunSyncForTenantAsync

The job is finished. It will be removed automatically 03/13/2026 23:33:41.
// Id: #7
using RmsQboIntegration.Web.Infrastructure.Services;

var meltanoService = Activate<MeltanoService>();
await meltanoService.RunSyncForTenantAsync(1, null);

Parameters

CurrentCulture
""
CurrentUICulture
""

State

03/12/2026 23:33:41 (+21.628s) Succeeded

Latency:
32m 59.092s
Duration:
20.812s
Result:
{"$type":"RmsQboIntegration.Web.Infrastructure.Services.MeltanoRunResult, web","ExitCode":1,"StdOut":"","StdErr":"2026-03-12T23:33:39.947678Z [warning ] meltano /opt/meltano-venv/lib/python3.12/site-packages/meltano/core/behavior/canonical.py:86: DeprecationWarning: The 'version' field in meltano.yml is deprecated and will be removed in a future release. Please remove it from your meltano.yml file. To specify Meltano version requirements, use 'requires_meltano' instead.\n instance = super().__call__(*args, **kwargs)\n\n2026-03-12T23:33:39.984665Z [error ] meltano Environment 'default' was not found.\n╭───────────────────── Traceback (most recent call last) ──────────────────────╮\n│ /opt/meltano-venv/lib/python3.12/site-packages/meltano/core/environment.py:2 │\n│ 11 in find │\n│ │\n│ 208 │ │ │ NotFound: If an environment is not found. │\n│ 209 │ │ \"\"\" │\n│ 210 │ │ try: │\n│ ❱ 211 │ │ │ return next( │\n│ 212 │ │ │ │ env if isinstance(env, cls) else cls.parse(env) │\n│ 213 │ │ │ │ for env in objects │\n│ 214 │ │ │ │ if getattr(env, \"name\", env[\"name\"]) == name │\n╰──────────────────────────────────────────────────────────────────────────────╯\nStopIteration\n\nThe above exception was the direct cause of the following exception:\n\n╭───────────────────── Traceback (most recent call last) ──────────────────────╮\n│ /opt/meltano-venv/lib/python3.12/site-packages/meltano/cli/__init__.py:108 │\n│ in _run_cli │\n│ │\n│ 105 │ \"\"\" │\n│ 106 │ try: │\n│ 107 │ │ try: │\n│ ❱ 108 │ │ │ cli(obj={\"project\": None}) │\n│ 109 │ │ except ProjectReadonly as err: │\n│ 110 │ │ │ raise CliError( # noqa: TRY003 │\n│ 111 │ │ │ │ f\"The requested action could not be completed: {err}\", │\n│ │\n│ /opt/meltano-venv/lib/python3.12/site-packages/click/core.py:1485 in │\n│ __call__ │\n│ │\n│ 1482 │ │\n│ 1483 │ def __call__(self, *args: t.Any, **kwargs: t.Any) -> t.Any: │\n│ 1484 │ │ \"\"\"Alias for :meth:`main`.\"\"\" │\n│ ❱ 1485 │ │ return self.main(*args, **kwargs) │\n│ 1486 │\n│ 1487 │\n│ 1488 class _FakeSubclassCheck(type): │\n│ │\n│ ... 7 frames hidden ... │\n│ │\n│ /opt/meltano-venv/lib/python3.12/site-packages/meltano/core/project.py:441 │\n│ in activate_environment │\n│ │\n│ 438 │ │ │ name: Name of the environment. │\n│ 439 │ │ \"\"\" │\n│ 440 │ │ if getattr(self.environment, \"name\", object()) != name: │\n│ ❱ 441 │ │ │ self.refresh(environment=Environment.find(self.meltano.env │\n│ 442 │ │ logger.info(f\"Environment {name!r} is active\") # noqa: G004 │\n│ 443 │ │\n│ 444 │ def deactivate_environment(self) -> None: │\n│ │\n│ /opt/meltano-venv/lib/python3.12/site-packages/meltano/core/environment.py:2 │\n│ 17 in find │\n│ │\n│ 214 │ │ │ │ if getattr(env, \"name\", env[\"name\"]) == name │\n│ 215 │ │ │ ) │\n│ 216 │ │ except StopIteration as stop: │\n│ ❱ 217 │ │ │ raise NotFound(name, cls) from stop │\n│ 218 │ │\n│ 219 │ def get_plugin_config( │\n│ 220 │ │ self, │\n╰──────────────────────────────────────────────────────────────────────────────╯\nNotFound: Environment 'default' was not found.\n\n2026-03-12T23:33:40.214623Z [info ] meltano Need help fixing this problem? Visit https://melta.no/ for troubleshooting steps, or to join our friendly Slack community.\n\n"}

+32m 57.777s Processing

Server:
6a01d9a7d314:242
Worker:
c20327c7

+804ms Processing

Server:
2beef62302b5:96
Worker:
93d6c95c

+219ms Enqueued

03/12/2026 23:00:21 Created