Open Issues Need Help
View All on GitHubAI Summary: Pin the FastAPI version in the Lakevision project's backend requirements file to 0.115.x to resolve a permission error encountered when running on OpenShift. This involves updating the `be/requirements.txt` file and testing the fix.
Lakevision is a tool which provides insights into your Apache Iceberg based Data Lakehouse.
AI Summary: Add a link to the Apache Iceberg Slack channel in the Lakevision project's README.md file.
Lakevision is a tool which provides insights into your Apache Iceberg based Data Lakehouse.
AI Summary: Modify the Lakevision backend (api.py) to allow configuration of the cache timeout durations for page sessions and namespace/table lists. This involves adding configuration options (likely environment variables) to control the 4-minute and 65-minute timeouts currently hardcoded, and updating the caching logic to use these configurable values.
Lakevision is a tool which provides insights into your Apache Iceberg based Data Lakehouse.