From 91e483123dfb78b9ef6c64cc68c7c0e3858ec68b Mon Sep 17 00:00:00 2001 From: Adron Hall Date: Fri, 18 Nov 2022 08:45:47 -0800 Subject: [PATCH] Reordered the prereq for getting started with Athena. ## Description Reordering the flow so that things are presented in the order in which a user would arrive at the particular step. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6935 GitOrigin-RevId: 5c04bc4142f3417cfb2eab0d057d0e264adf3f6b --- .../athena/getting-started/cloud.mdx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/docs/databases/athena/getting-started/cloud.mdx b/docs/docs/databases/athena/getting-started/cloud.mdx index 84e4d8426b1..4042259d8e9 100644 --- a/docs/docs/databases/athena/getting-started/cloud.mdx +++ b/docs/docs/databases/athena/getting-started/cloud.mdx @@ -17,9 +17,21 @@ import Thumbnail from '@site/src/components/Thumbnail'; ## Try it out +### Step 1: Create an account on Hasura Cloud and create a new Hasura Project + +Navigate to +[cloud.hasura.io](https://cloud.hasura.io/signup/?pg=docs&plcmt=body&cta=navigate-to-cloud-hasura-io&tech=default), and +create a new Hasura Cloud account. + +Once you create a project on Hasura Cloud, hit the "Launch Console" button to open the Hasura Console for your project. + + + +### Step 2: Add your Amazon Athena database as a source to Hasura + :::info Note -**Prerequisite: Turn on the experimental features for GDC**. +** Step 2 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. @@ -35,18 +47,6 @@ Click the gear icon (1) in the top-right corner of your Cloud project; in the si ::: -### Step 1: Create an account on Hasura Cloud and create a new Hasura Project - -Navigate to -[cloud.hasura.io](https://cloud.hasura.io/signup/?pg=docs&plcmt=body&cta=navigate-to-cloud-hasura-io&tech=default), and -create a new Hasura Cloud account. - -Once you create a project on Hasura Cloud, hit the "Launch Console" button to open the Hasura Console for your project. - - - -### Step 2: Add your Amazon Athena database as a source to Hasura - Head to the `Data > Manage databases` section on the Console to add your Amazon Athena database as a source to Hasura. :::info Make sure your Amazon Athena service is reachable by Hasura Cloud: