Skip to content

Commit

Permalink
Merge branch 'master' into put-object-options
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie authored Nov 18, 2024
2 parents b9ec974 + 6bc770e commit e20cd5a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
9 changes: 6 additions & 3 deletions docs/Catalog/SearchQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,13 @@ run them. You must first set up you an Athena workgroup and Saved queries per
[AWS's Athena documentation](https://docs.aws.amazon.com/athena/latest/ug/getting-started.html).
### Configuration
You can hide the "Queries" tab by setting `ui > nav > queries: false` ([learn more](./Preferences.md)).
You can hide the "Queries" tab by setting `ui > nav > queries: false`.
It is also possible to set the default workgroup in `ui > athena > defaultWorkgroup: 'your-default-workgroup'`.
[Learn more](./Preferences.md).
The tab will remember the last workgroup, catalog name and database that was selected.
### Basics
"Run query" executes the selected query and waits for the result.
![](../imgs/athena-ui.png)
![](../imgs/athena-history.png)
![Athena page](../imgs/athena-ui.png)
5 changes: 4 additions & 1 deletion docs/advanced-features/athena.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!-- markdownlint-disable -->

# Querying package metadata with Athena
Quilt stores package data and metadata in S3. Metadata lives in a per-package manifest file
in a each bucket's `.quilt/` directory.
Expand All @@ -9,9 +10,11 @@ using predicates based on package or object-level metadata.

Packages can be created from the resulting tabular data.
To be able to create a package,
the table must contain the columns `logical_key`, `physical_keys` and `size` as shown below.
the table must contain the columns `logical_key`, `physical_keys` (or `physical_key`) and `size`.
(See also [Mental Model](https://docs.quiltdata.com/mentalmodel))

![Athena page with results ready to be packaged](../imgs/athena-package.png)

## Defining package tables and views in Athena

> This step is not required for users of Quilt enterprise, since tables and views
Expand Down
Binary file removed docs/imgs/athena-history.png
Binary file not shown.
Binary file added docs/imgs/athena-package.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/imgs/athena-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e20cd5a

Please sign in to comment.