lakeFS works well with iceberg?according to this a...
# help
u
lakeFS works well with iceberg?according to this article:https://docs.lakefs.io/understand/roadmap.html#table-format-support,it seems that lakeFS intergrating with iceberg not ok。 @Ariel Shaqed (Scolnicov)
j
Hi @张飞跃 Currently, lakeFS does not support Iceberg. That said, we have a specific CI/CD setup workaround that allows working with Iceberg and lakeFS but has limitations. We have concrete plans to make this integration work as you saw in the roadmap.
Could you elaborate on your lakeFS use case?
u
@Jonathan Rosenberg Hi,inspired by nessie,in my use case `spark.sql("SELECT * FROM nessie.testing.`region@dev`")` dsl example above is like git version semantics
<major>.<minor>.< patch>
it gives an ability that table level's version evolution
j
@张飞跃 that looks interesting! Could you elaborate on what you’re trying to achieve using lakeFS, what’s your process?