Adding Experimental feature flag and URI path for docker compose files.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6797
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rob Dominguez <24390149+robertjdominguez@users.noreply.github.com>
GitOrigin-RevId: ce1a6ee81b41b4fbcc5f1d08de0de42e4ed67438
This commit is contained in:
Adron Hall 2022-11-09 04:32:19 -08:00 committed by hasura-bot
parent 10815580fa
commit 027cf7c0fb
3 changed files with 21 additions and 3 deletions

View File

@ -17,6 +17,24 @@ import Thumbnail from '@site/src/components/Thumbnail';
## Try it out
:::info Note
**Prerequisite: Turn on the experimental features for GDC**.
While the Amazon Athena Connector is in beta, the feature can only be enabled by turning on the _Experimental features
for GDC_ under the _Feature Flags_ section of the Console configuration page.
Click the gear icon (1) in the top-right corner of your Cloud project; in the side navigation, click "Feature Flags"
(2); finally, toggle the "Experimental features for GDC" switch to enable (3).
<Thumbnail
src='/img/databases/athena/setting-experimental.png'
alt='Turning on experimental features.'
width='1000px'
/>
:::
### Step 1: Create an account on Hasura Cloud and create a new Hasura Project
Navigate to
@ -41,7 +59,7 @@ Head to the `Data > Manage databases` section on the Console to add your Amazon
:::
Begin by clicking "Connect Database":
Now begin by clicking "Connect Database":
<Thumbnail src='/img/databases/athena/manage-databases.png' alt='Manage databases' width='1000px' />

View File

@ -25,9 +25,9 @@ listed in that documentation with these values:
```bash
# in a new directory run
wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/enterprise/athena/docker-compose.yaml
wget https://raw.githubusercontent.com/hasura/graphql-engine/master/install-manifests/enterprise/athena/docker-compose.yaml
# or run
curl https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/enterprise/athena/docker-compose.yaml -o docker-compose.yml
curl https://raw.githubusercontent.com/hasura/graphql-engine/master/install-manifests/enterprise/athena/docker-compose.yaml -o docker-compose.yml
```
When you use these to launch the services, you'll see three containers running instead of two. The third container is

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB