Skip to content

Commit

Permalink
Update M1 doc and fix doc links (#7205)
Browse files Browse the repository at this point in the history
* Add note about jdk 14 vs 17 for m1

* Fix doc links
  • Loading branch information
tuliren authored Oct 20, 2021
1 parent 6c0a173 commit e3be3d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/archive/examples/zoom-activity-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 3 additions & 1 deletion docs/contributing-to-airbyte/developing-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit e3be3d2

Please sign in to comment.