Skip to content

Conversation

@CTTY
Copy link
Collaborator

@CTTY CTTY commented May 8, 2025

Which issue does this PR close?

What changes are included in this PR?

  • Added Glue catalog support for iceberg-playground
  • Added try_new_with_schemas to datafusion/catalog.rs

Are these changes tested?

Manually tested using .icebergrc:

[[catalogs]]
name = "glue_rest"
type = "glue"

[catalogs.config]
uri = "https://glue.us-east-1.amazonaws.com/iceberg"
catalog_id = "<account_id>"
warehouse = "<s3_bucket>"
schemas = ["db1", "db2", ""]

[catalogs.config.props]
profile_name = "<profile_name>"

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.

Support glue catalog in playground

1 participant