remotes

take a table previously pushed from lakeFS into a remote catalog, and pull its state back into the originating lakeFS repository

post/iceberg/remotes/{catalog}/pull

Request body

force_updateboolean

Override exiting local table if exists

create_namespaceboolean

Creates namespace in local catalog if not exist

Example request

{
  "source": {
    "namespace": [
      "accounting",
      "tax"
    ]
  },
  "destination": {
    "namespace": [
      "accounting",
      "tax"
    ]
  }
}

Response

successfully pulled table from remote

Changes