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

Call get_table automatically in list_rows if the schema is not available #7621

Merged
merged 1 commit into from
Apr 1, 2019

Commits on Mar 30, 2019

  1. Call get_table in list_rows if the schema is not available

    This is kinder than raising an error message saying to call get_table
    yourself. Also, it guarantees the schema is as up-to-date as possible.
    
    This also fixes an issue where rows could not be listed on the
    TableListItem objects that are returned from list_tables.
    tswast committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    1c2cee7 View commit details
    Browse the repository at this point in the history