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 exporting delta table to a permanent path instead of prefix with commit #7735

Open
ion-elgreco opened this issue May 7, 2024 · 0 comments
Labels

Comments

@ion-elgreco
Copy link

Unfortunately I am not able to publish/register external tables myself in Databricks Unity Catalog. Therefore I need to be able to export the delta tables to one path permanently, so that the other team only has to register this once.

Instead of this:
https://<redacted>.blob.core.windows.net/lakefs-gold/_lakefs/exported/feat-delta-export-hook/94e6cc/<table>

I don't want the commit hash to be included in the path:
https://<redacted>.blob.core.windows.net/lakefs-gold/_lakefs/exported/feat-delta-export-hook/<table>

Ideally the delta exporter should only export the delta's of the log then.

@ozkatz ozkatz added the P2 label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants