You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"label"=>"Yes. I would be willing to contribute a fix for this bug with guidance from the OpenHouse community.", "value"=>"with_guidance"}
Feature Request Proposal
OpenHouse has a versatile design that can supports different table formats. It already works with Apache Iceberg and can be extended to others like DeltaLake. A proof of concept Draft PR demonstrates this capability.
This feature request proposes to enable OpenHouse to support DeltaLake. This will enable you to access OpenHouse's features such as Declarative Table Management, Autonomous Data Services, and Secure Table Sharing for the open-source Delta format.
Motivation
What is the use case for this feature?
Enriching Delta tables with the OH control plane unveils a comprehensive set of features that can
elevate open-source Delta Lake to a fully managed data lake solution. The Feature-set includes:
Declarative table management: Declaratively specify the table policies (retention,
replication, sharing) using SQL APIs.
Automatic data services: Keeps the tables in managed (e.g., retention, replication),
optimal (e.g., storage compaction, sorting, clustering) and compliant state (e.g., GDPR,
DMA).
Secure table sharing: Provides a way to securely share the tables, with built in role-based
access control for table operations.
Data quality enforcement: Provides a gateway to enforce data quality constraints,
governance rules, and data modeling standards.
What component(s) does this feature affect?
Table Service: This is the RESTful catalog service that stores table metadata. :services:tables
Jobs Service: This is the job orchestrator that submits data services for table maintenance. :services:jobs
Data Services: This is the jobs that performs table maintenance. apps:spark
Iceberg internal catalog: This is the internal Iceberg catalog for OpenHouse Catalog Service. :iceberg:openhouse
Spark Client Integration: This is the Apache Spark integration for OpenHouse catalog. :integration:spark
Documentation: This is the documentation for OpenHouse. docs
Local Docker: This is the local Docker environment for OpenHouse. infra/recipes/docker-compose
Willingness to contribute
{"label"=>"Yes. I would be willing to contribute a fix for this bug with guidance from the OpenHouse community.", "value"=>"with_guidance"}
Feature Request Proposal
OpenHouse has a versatile design that can supports different table formats. It already works with Apache Iceberg and can be extended to others like DeltaLake. A proof of concept Draft PR demonstrates this capability.
This feature request proposes to enable OpenHouse to support DeltaLake. This will enable you to access OpenHouse's features such as Declarative Table Management, Autonomous Data Services, and Secure Table Sharing for the open-source Delta format.
Motivation
Enriching Delta tables with the OH control plane unveils a comprehensive set of features that can
elevate open-source Delta Lake to a fully managed data lake solution. The Feature-set includes:
replication, sharing) using SQL APIs.
optimal (e.g., storage compaction, sorting, clustering) and compliant state (e.g., GDPR,
DMA).
access control for table operations.
governance rules, and data modeling standards.
What component(s) does this feature affect?
Table Service
: This is the RESTful catalog service that stores table metadata.:services:tables
Jobs Service
: This is the job orchestrator that submits data services for table maintenance.:services:jobs
Data Services
: This is the jobs that performs table maintenance.apps:spark
Iceberg internal catalog
: This is the internal Iceberg catalog for OpenHouse Catalog Service.:iceberg:openhouse
Spark Client Integration
: This is the Apache Spark integration for OpenHouse catalog.:integration:spark
Documentation
: This is the documentation for OpenHouse.docs
Local Docker
: This is the local Docker environment for OpenHouse.infra/recipes/docker-compose
Other
: Please specify the component.Details
In order to learn more about this feature request, please give the following whitepaper a read. OpenHouse On Delta: Control Plane Unlocked!
A draft PR is filed with title: Adding Delta Table Format to OpenHouse, a proof-of-concept
The text was updated successfully, but these errors were encountered: