diff --git a/airbyte-cdk/python/docs/tutorials/cdk-tutorial-python-http/1-creating-the-source.md b/airbyte-cdk/python/docs/tutorials/cdk-tutorial-python-http/1-creating-the-source.md index 95cd0e304a43..a14c8e0aa69d 100644 --- a/airbyte-cdk/python/docs/tutorials/cdk-tutorial-python-http/1-creating-the-source.md +++ b/airbyte-cdk/python/docs/tutorials/cdk-tutorial-python-http/1-creating-the-source.md @@ -9,5 +9,4 @@ $ ./generate.sh Select the `Python HTTP API Source` template and then input the name of your connector. For this walk-through we will refer to our source as `python-http-example`. The finalized source code for this tutorial can be found [here](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-python-http-tutorial). -The source we will build in this tutorial will pull data from the [Rates API](https://ratesapi.io/), a free and open API which documents historical exchange rates for fiat currencies. - +The source we will build in this tutorial will pull data from the [Exchange Rates API](https://exchangeratesapi.io/), a free and open API which documents historical exchange rates for fiat currencies. diff --git a/docs/archive/examples/zoom-activity-dashboard.md b/docs/archive/examples/zoom-activity-dashboard.md index ec45d1f60227..5b4006c800dc 100644 --- a/docs/archive/examples/zoom-activity-dashboard.md +++ b/docs/archive/examples/zoom-activity-dashboard.md @@ -144,7 +144,7 @@ Go ahead and install Tableau on your machine. After the installation is complete Once your activation is successful, you will see your Tableau dashboard. -![](../../.gitbook/assets/tableau-dashboard%20(3)%20(1).png) +![](../../.gitbook/assets/tableau-dashboard%20(3)%20(3)%20(1).png) On the sidebar menu under the **To a Server** section, click on the **Moreā€¦** menu. You will see a list of datasource connectors you can connect Tableau with. diff --git a/docs/contributing-to-airbyte/developing-locally.md b/docs/contributing-to-airbyte/developing-locally.md index 22dfbef0b9bd..c012e7a183f8 100644 --- a/docs/contributing-to-airbyte/developing-locally.md +++ b/docs/contributing-to-airbyte/developing-locally.md @@ -45,7 +45,9 @@ export NODE_VERSION=16.11.1 SUB_BUILD=PLATFORM ./gradlew build ``` -There are some known issues (unit tests failing and Temporal failing during runs). See the [GitHub issue](https://github.com/airbytehq/airbyte/issues/2017) for more information. +Please note that though the `JDK_VERSION` variable is set to `17`, you should still run the command with JDK 14 locally. Otherwise, `testconatiners` will run into a JNA related issue. + +There are some known issues (unit tests failing, Temporal failing during runs, and some connectors not working). See the [GitHub issue](https://github.com/airbytehq/airbyte/issues/2017) for more information. {% endhint %}