-
Notifications
You must be signed in to change notification settings - Fork 381
Add Iceberg Catalog documentation #9121
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
Conversation
♻️ PR Preview e74c8db has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
docs/howto/iceberg-catalog.md
Outdated
|
||
{: .note} | ||
> Iceberg Catalog is only available to licensed [lakeFS Enterprise]({% link enterprise/index.md %}) customers. | ||
> [Contact us](https://info.lakefs.io/thanks-iceberg-catalog) to get started! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already asked @keren-lakeFS about this landing page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as long as it will return 200 for the links checker.
docs/howto/iceberg-catalog.md
Outdated
- Merge changes safely with conflict detection | ||
- Maintain a clear audit trail of table changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure we provide these
docs/howto/iceberg-catalog.md
Outdated
|
||
Local storage is currently no supported, but it will probably be in future releases. | ||
|
||
## Future Releases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think oz needs to review the roadmap, but from the prd it looks correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @nopcoder for the detailed review.
Made quite a few changes, PTAL again 🙏
docs/howto/iceberg-catalog.md
Outdated
2. Configure your Iceberg clients to use the lakeFS REST catalog endpoint. | ||
3. Use your lakeFS access key and secret for authentication. | ||
|
||
#### Catalog Initialization Example (using `pyiceberg`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can, but it'll include a decent amount of code, I think...
docs/howto/iceberg-catalog.md
Outdated
|
||
</div> | ||
|
||
<div markdown="2" id="trino"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean, how to init the catalog?
docs/howto/iceberg-catalog.md
Outdated
</div> | ||
</div> | ||
|
||
## Working with Namespaces and Tables |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the section title -
If it's not enough, lmk.
docs/howto/iceberg-catalog.md
Outdated
#### Namespace Restrictions | ||
|
||
- Repository and branch names must follow lakeFS naming conventions | ||
- Namespace components cannot contain special characters except dots (.) for nesting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This specifies that .
is allowed...
docs/howto/iceberg-catalog.md
Outdated
|
||
### Current Limitations | ||
|
||
The following features are *not yet supported*, and are planned for future releases: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the text -
Not sure what you mean by "two sub-lists"...
Co-authored-by: Barak Amar <barak.amar@treeverse.io>
…FS into docs/frosty-documentation
Thanks! Great stuff. I opened a PR on top of this one because I suggested too many changes :) most are either very minor or simply rename the feature. LMK what you think. |
Thanks @ozkatz for the corrections. They are looking good, and approved. |
* lakeFS Tables docs * Update docs/howto/lakefs-tables.md Co-authored-by: itaigilo <itai.gilo@treeverse.io> --------- Co-authored-by: itaigilo <itai.gilo@treeverse.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Adding documentation for the Iceberg Catalog (Enterprise).