Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLTools athena revamp #1

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

SQLTools athena revamp #1

wants to merge 13 commits into from

Conversation

amalakar
Copy link
Owner

@amalakar amalakar commented Nov 23, 2024

This PR introduces the following changes:

  • Update major libraries
  • Update to newer version of aws library, make aws sso login work
  • Fix the database and table browser
  • Use information_schema.columns to load all table/columns in one go
  • Cache the schema
  • Support auto completion for functions - Use athena's show functions call to get list of function, arguments and return type for auto completion, editing assistance and inline documentation, seed it for auto completion
  • Support auto completion for db/table names, use the cached schema
  • support describing table
  • support table preview

@amalakar amalakar changed the title Athena authentication fix and library bumps SQLTools athena revamp Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant