Add basic 'Data Explorer' tool to AP tools #5025
tom-webber
started this conversation in
Firebreak Summer 24
Replies: 1 comment
-
Notes for getting a local version of the Data Workspace running (instructions here):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Idea Description
Add a basic Athena wrapper tool to AP control panel that allows users to directly query data they have access to. Basically just a box with a run button, and somewhere to present results.
This would be a re-implementation of DBT's Data Explorer tool. Their data platform frontend ('Data Workspace'), which includes tools such as the Data Explorer, is available here. Data Workspace is built around a PostgreSQL backend, so everything is piped through that (auth, query parsing, data storage and retrieval, query storage and retrieval). For our implementation, we would likely need to go through
boto3
to athena.DBT's Data Explorer tool:
Why Should We Do This
Gives users a fast way to preview data without all of the setup required in python / R, or needing to go to the aws console to athena.
Definition of Done
What skills do we need?
Dev
Notes
No response
Beta Was this translation helpful? Give feedback.
All reactions