ducklake
ducklake copied to clipboard
Roadmap Question: Users roles and permissions
At the moment there is one large gap in the DuckLake manifesto and implementation, which is how to handle users, roles and access. Traditionally this is something that DuckDB didn't have to handle and I imagine it would have to sit in the catalog database, but DuckDB will need to support it too, at least with the extension. Is this in the roadmap?
Would love a feature like this!
related: https://github.com/duckdb/ducklake/issues/74
one idea is to use Row-Level Security (RLS) in Postgres (or another catalog db)