You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/archive/examples/slack-history.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Download \(or copy and paste\) this [html file](https://github.com/airbytehq/air
100
100
101
101
## 5. "Productionizing" Saving Slack History
102
102
103
-
You can find instructions for how to host Airbyte on various cloud platforms [here](../deploying-airbyte/).
103
+
You can find instructions for how to host Airbyte on various cloud platforms [here](../../deploying-airbyte).
104
104
105
105
Documentation on how to host MeiliSearch on cloud platforms can be found [here](https://docs.meilisearch.com/running-production/#a-quick-introduction).
Copy file name to clipboardExpand all lines: docs/archive/examples/zoom-activity-dashboard.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Once you are in, you need to click on the **Develop** dropdown and then click on
56
56
57
57
Clicking on **Build App** for the first time will display a modal for you to accept the Zoom’s API license and terms of use. Do accept if you agree and you will be presented with the below screen.
Select **JWT** as the app you want to build and click on the **Create** button on the card. You will be presented with a modal to enter the app name; type in `airbyte-zoom`.
62
62
@@ -106,21 +106,21 @@ This will spin a docker container and persist the data we will be replicating in
106
106
107
107
Now, let’s supply the above credentials to the Airbyte UI requiring those credentials.
After the connection has been made to your PostgreSQL database successfully, Airbyte will generate the schema of the data to be replicated in your database from the Zoom source.
114
114
115
115
Leave all the fields checked.
116
116
117
-
.png)
117
+
%20(3).png)
118
118
119
119
Select a **Sync frequency** of **manual** and then click on **Set up connection**.
120
120
121
121
After successfully making the connection, you will see your PostgreSQL destination. Click on the Launch button to start the data replication.
Then click on the **airbyte-zoom-destination** to see the Sync page.
126
126
@@ -186,15 +186,15 @@ Next, drag **Created At** to **Columns**.
186
186
187
187
Currently, we get the Created At in **YEAR**, but per our requirement we want them in Weeks, so right click on the **YEAR\(Created At\)** and choose **Week Number**.
Now, to finish up, we need to add the **meetings\(Count\) measure** Tableau already calculated for us in the **Rows** section. So drag **meetings\(Count\)** onto the Columns section to complete the chart.
And now we are done with the very first chart. Let's save the sheet and create a new Dashboard that we will add this sheet to as well as the others we will be creating.
200
200
@@ -232,7 +232,7 @@ Then click on apply. Finally, drag the **Created At** fields \(make sure it’s
232
232
233
233
To get this chart, we need to create a relationship between the **meetings table** and the `report_meeting_participants` table. You can do this by dragging the `report_meeting_participants` table in as a source alongside the **meetings** table and relate both via the **meeting id**. Then you will be able to create a new worksheet that looks like this:
Copy file name to clipboardExpand all lines: docs/archive/faq/getting-started.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## **What do I need to get started using Airbyte?**
4
4
5
-
You can deploy Airbyte in several ways, as [documented here](../deploying-airbyte/). Airbyte will then help you replicate data between a source and a destination. Airbyte offers pre-built connectors for both, you can see their list [here](../../project-overview/changelog/connectors.md). If you don’t see the connector you need, you can [build your connector yourself](../../connector-development) and benefit from Airbyte’s optional scheduling, orchestration and monitoring modules.
5
+
You can deploy Airbyte in several ways, as [documented here](../../deploying-airbyte/). Airbyte will then help you replicate data between a source and a destination. Airbyte offers pre-built connectors for both, you can see their list [here](../../project-overview/changelog/connectors.md). If you don’t see the connector you need, you can [build your connector yourself](../../connector-development) and benefit from Airbyte’s optional scheduling, orchestration and monitoring modules.
Copy file name to clipboardExpand all lines: docs/integrations/sources/zuora.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -76,25 +76,25 @@ Any other data type not listed in the table above will be treated as `string`.
76
76
77
77
| Environment | Endpoint |
78
78
| :--- | :--- |
79
-
| US Production |[https://rest.zuora.com](https://rest.zuora.com)|
80
-
| US Cloud Production |[https://rest.na.zuora.com](https://rest.na.zuora.com)|
81
-
| EU Production |[https://rest.eu.zuora.com](https://rest.eu.zuora.com)|
79
+
| US Production | rest.zuora.com |
80
+
| US Cloud Production | rest.na.zuora.com |
81
+
| EU Production | rest.eu.zuora.com |
82
82
83
83
### Sandbox
84
84
85
85
| Environment | Endpoint |
86
86
| :--- | :--- |
87
-
| US API Sandbox |[https://rest.apisandbox.zuora.com](https://rest.apisandbox.zuora.com)|
88
-
| US Cloud API Sandbox |[https://rest.sandbox.na.zuora.com](https://rest.sandbox.na.zuora.com)|
89
-
| US Central Sandbox |[https://rest.test.zuora.com](https://rest.test.zuora.com)|
90
-
| EU API Sandbox |[https://rest.sandbox.eu.zuora.com](https://rest.sandbox.eu.zuora.com)|
91
-
| EU Central Sandbox |[https://rest.test.eu.zuora.com](https://rest.test.eu.zuora.com)|
87
+
| US API Sandbox | rest.apisandbox.zuora.com |
88
+
| US Cloud API Sandbox | rest.sandbox.na.zuora.com |
89
+
| US Central Sandbox | rest.test.zuora.com |
90
+
| EU API Sandbox | rest.sandbox.eu.zuora.com |
91
+
| EU Central Sandbox | rest.test.eu.zuora.com |
92
92
93
93
### Other
94
94
95
95
| Environment | Endpoint |
96
96
| :--- | :--- |
97
-
| US Performance Test |[https://rest.pt1.zuora.com](https://rest.pt1.zuora.com)|
97
+
| US Performance Test | rest.pt1.zuora.com |
98
98
99
99
For more information about available environments, please visit [this page](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/D_Zuora_Environments)
0 commit comments