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

feat(sqllab): Adds refresh button to table metadata in SQL Lab #29974

Merged
merged 2 commits into from
Aug 23, 2024

Commits on Aug 20, 2024

  1. Adds refresh button to table metadata in SQL Lab

    When table metadata changes (e.g. due to queries launched in Superset or other external changes) the user has no convenient way to force a
    refresh of the data. The metadata is persisted even across sessions and will never update if the user stays on the current tab.
    
    This feature is a first step to make this experience better by adding a refresh button for each table that allows a manual refresh.
    
    Future improvements:
    - Automatically refresh when query is likely to change the metadata
    - Refresh metadata from time to time
    Usiel committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9c1b366 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    07c1a6e View commit details
    Browse the repository at this point in the history