Skip to content

Commit 4420264

Browse files
authored
Update Docs: adding Orchestra to the 'Integrating with Airbyte' section (#44701)
1 parent 06f8a2b commit 4420264

File tree

5 files changed

+34
-0
lines changed

5 files changed

+34
-0
lines changed
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
description: Trigger Airbyte jobs with Orchestra in seconds
3+
products: oss-*
4+
---
5+
6+
# Using an Orchestra Task
7+
8+
[Orchestra](https://getorchestra.io) supports both Airbyte Cloud and Airbyte server instances. This guide will show you how to trigger Airbyte jobs with Orchestra in seconds.
9+
10+
## 1. Connect to Airbyte
11+
12+
Navigate to [Orchestra](https://app.getorchestra.io/integrations) and create a new integration credential. Select Airbyte Cloud or Airbyte Server, depending on your setup. You will need to create a Client ID and Client Secret to authenticate with Airbyte. Instructions for this can be found [here](/using-airbyte/configuring-api-access).
13+
14+
![orchestra_airbyte_integration](./assets/OrchestraAirbyteIntegration.png)
15+
16+
## 2. Create an Orchestra Task
17+
18+
Create an Orchestra pipeline containing an Airbyte task. You can trigger both 'Sync' and 'Reset' jobs with the Airbyte task. The task requires the following parameters:
19+
20+
- **Connection ID**: The ID of the connection you want to trigger.
21+
- **Job Type**: The type of job you want to trigger. This can be either 'Sync' or 'Reset'.
22+
23+
![orchestra_airbyte_task](./assets/OrchestraAirbyteTask.png)
24+
25+
## 3. Run the Pipeline
26+
27+
You can manually run your pipeline from the Orchestra UI. Alternatively, you can trigger the pipeline on a cron schedule or via an API call. Once the job is triggered, you can monitor the status of the job in the Orchestra UI.
28+
29+
![orchestra_airbyte_run](./assets/OrchestraAirbyteRun.png)
30+
31+
## Next Steps
32+
33+
You can now trigger Airbyte jobs using Orchestra. For more information on using Orchestra, check out the [Orchestra documentation](https://orchestra-1.gitbook.io/orchestra-portal/integrations/ingestion-elt/airbyte-cloud).

docusaurus/sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ module.exports = {
654654
"operator-guides/using-prefect-task",
655655
"operator-guides/using-dagster-integration",
656656
"operator-guides/using-kestra-plugin",
657+
"operator-guides/using-orchestra-task",
657658
],
658659
},
659660
{

0 commit comments

Comments
 (0)