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.
👍🏼 1
Jonathan Rosenberg
08/29/2022, 8:46 AM
Could you elaborate on your lakeFS use case?
u
张飞跃
09/07/2022, 12:06 PM
@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
Jonathan Rosenberg
09/12/2022, 8:59 AM
@张飞跃 that looks interesting!
Could you elaborate on what you’re trying to achieve using lakeFS, what’s your process?