Skip to content

Commit

Permalink
adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Dec 18, 2024
1 parent e41351f commit dc82e9a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/advanced-features/tabulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,22 +212,22 @@ Tabulator.

### 1. Enable Open Query

To enable open query, an admin must set the `open_query` field to `true` in
Tabulator configuration. This can be done via the Admin UI or the
`quilt3.admin.tabulator` API.
An admin can enable open query via the Admin UI:

![Tabulator Settings](../imgs/admin-tabulator-settings.png)

### 2. Configure Permissions

In order to access Tabulator in open query mode, the caller must use a special
workgroup, and have permissions to use that workgroup and access tabulator
resources. Both of these are created by the Quilt stack, and are available in
the "Resources" tab.
resources. For convenience, Quilt Stack provides a pre-configured workgroup and
policy for open query -- they can be found in the stack outputs:

1. Find the ARN for the Tabulator Open Query Policy, then copy that into the
relevant IAM role.
2. Find the name of the Tabulator Open Query Workgroup, and configure your
Athena client or connector to use that workgroup.
1. `TabulatorOpenQueryPolicyArn`: the ARN of the managed policy --
attach this to a relevant IAM role (or copy the statements to your own policy).

2. `TabulatorOpenQueryWorkGroup`: the name of the workgroup --
configure your Athena client or connector to use that
(or create your own with the same results output configuration).

![Tabulator Resources](../imgs/admin-tabulator-resources.png)

0 comments on commit dc82e9a

Please sign in to comment.