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

Add support for controlling the generated table name in the object storage #261

Open
sheinbergon opened this issue Jan 14, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@sheinbergon
Copy link

sheinbergon commented Jan 14, 2025

Describe the enhancement requested

As of today, generated iceberg table names strictly adhare to the model file name.
While the view path is configurable from the scema, and the view name from the alias, the source table name cannot be modified.

Justification for this enhancement

This would allow for cleaner datalake layout, especially when using glue as the object storage source, where nested directories are not supported

@sheinbergon sheinbergon changed the title Add support for controlling the generated table name, not only the view Add support for controlling the generated table name in the object storage Jan 14, 2025
@bcmeireles bcmeireles added the enhancement New feature or request label Jan 15, 2025
@bcmeireles
Copy link
Contributor

Hey @sheinbergon, you mean using the alias for the table name before resorting to the file name? Or an actual name config option? Which one do you believe to be more appropriate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants