Steven Murphy
05/29/2024, 2:32 PMkapa.ai
05/29/2024, 2:32 PMSteven Murphy
05/29/2024, 2:32 PMSteven Murphy
05/29/2024, 2:33 PMkapa.ai
05/29/2024, 2:33 PMNOT_STARTED
, INITIALIZING
, RUNNING
, SUCCESS
, and FAILURE
. 3. Error Handling: If the orchestrator process encounters issues, it writes a FAILURE
marker. If it succeeds, it writes a job summary as part of the SUCCESS
marker file. 4. Source of Truth: The Cloud Storage store is treated as the source-of-truth for the execution state. The orchestrator pod is automatically enabled when running Airbyte on Kubernetes using Helm Charts. For users running Airbyte on Docker, there are certain pitfalls to be aware of due to the lack of this orchestration feature. For more detailed information, you can refer to the [Airbyte documentation on Container Orchestrator](https://docs.airbyte.com/understanding-airbyte/jobs#container-orchestrator). Relevant knowledge sources: - [Documentation on Container Orchestrator](https://docs.airbyte.com/understanding-airbyte/jobs#container-orchestrator)