{"record":{"id":"b444024ba27fbdef","repo":"pathwaycom/pathway","slug":"unknown-execution-type-execution-type-only-lo","errorCode":null,"errorMessage":"Unknown execution type: {execution_type}. Only 'local' and 'remote' are supported.","messagePattern":"Unknown execution type: (.+?)\\. Only 'local' and 'remote' are supported\\.","errorType":"validation","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"python/pathway/io/airbyte/__init__.py","lineNumber":398,"sourceCode":"    elif execution_type == \"remote\":\n        job_id = gcp_job_name or f\"airbyte-serverless-{str(uuid.uuid4())}\"\n        if service_user_credentials_file is None:\n            raise ValueError(\n                \"'service_user_credentials_file' is required for the 'remote' execution.\"\n            )\n        credentials = ServiceCredentials.from_service_account_file(\n            service_user_credentials_file\n        )\n        source = RemoteAirbyteSource(\n            config=config,\n            streams=streams,\n            job_id=job_id,\n            credentials=credentials,\n            region=gcp_region,\n            env_vars=copy.copy(env_vars),\n        )\n    else:\n        raise ValueError(\n            f\"Unknown execution type: {execution_type}. Only 'local' and 'remote' are supported.\"\n        )\n\n    subject = _PathwayAirbyteSubject(\n        source=source,\n        streams=streams,\n        mode=mode,\n        refresh_interval=refresh_interval_seconds,\n    )\n\n    return python_connector_read(\n        subject=subject,\n        schema=_AirbyteRecordSchema,\n        autocommit_duration_ms=max(round(refresh_interval_seconds * 1000), 1),\n        name=\"airbyte\",\n        unique_name=_get_unique_name(name, kwargs),\n        max_backlog_size=max_backlog_size,\n    )","sourceCodeStart":380,"sourceCodeEnd":416,"githubUrl":"https://github.com/pathwaycom/pathway/blob/fa2f74a4649b7c5908690cf60137263d8d80de5f/python/pathway/io/airbyte/__init__.py#L380-L416","documentation":"Error \"Unknown execution type: {execution_type}. Only 'local' and 'remote' are supported.\" thrown in pathwaycom/pathway.","triggerScenarios":"Thrown at python/pathway/io/airbyte/__init__.py:398 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use execution_type='local' or execution_type='remote'."],"exampleFix":"pw.io.airbyte.read(..., execution_type='local')","handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"fa2f74a4649b7c5908690cf60137263d8d80de5f","analyzedAt":"2026-08-15T01:48:17.006Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}