diff --git a/docs/docs/databases/athena/getting-started/cloud.mdx b/docs/docs/databases/athena/getting-started/cloud.mdx index 987531493e3..84e4d8426b1 100644 --- a/docs/docs/databases/athena/getting-started/cloud.mdx +++ b/docs/docs/databases/athena/getting-started/cloud.mdx @@ -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). + + + +::: + ### 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": diff --git a/docs/docs/databases/athena/getting-started/docker.mdx b/docs/docs/databases/athena/getting-started/docker.mdx index e0d284ced0b..9c62700a9e0 100644 --- a/docs/docs/databases/athena/getting-started/docker.mdx +++ b/docs/docs/databases/athena/getting-started/docker.mdx @@ -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 diff --git a/docs/static/img/databases/athena/setting-experimental.png b/docs/static/img/databases/athena/setting-experimental.png new file mode 100644 index 00000000000..89fee37454a Binary files /dev/null and b/docs/static/img/databases/athena/setting-experimental.png differ