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

lakeapi: Use pool name/reference over pool id #4809

Closed
wants to merge 1 commit into from

Commits on Oct 19, 2023

  1. lakeapi: Use pool name/reference over pool id

    This commit changes the lakeapi to use the pool name (which call also be
    the string version of the pool ID) over requiring the pool id when
    operating on a given pool. Apart from reducing the amount of requests
    needed when operating on a remote lake, this also allows for users to
    create a pool with ksuid name with Zed knowing how to resolve this
    correctly.
    
    Closes #4431
    mattnibs committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0c8cbf6 View commit details
    Browse the repository at this point in the history