📄️ Apache Hudi Quickstart with SQL
Below is a subset of the Apache Hudi Spark SQL quickstart documentation, which will help you get up and running with SQL Clusters. Also see the Apache Hudi docs for full quickstarts on SQL DDL and SQL DML.
📄️ Apache Iceberg Quickstart with SQL
Apache Iceberg Limitations
📄️ Bronze to Silver ETL Pipeline with SQL
This guide demonstrates how to implement a silver pipeline consuming from a bronze table created by Onehouse stream capture using Hudi and SQL.
📄️ User-Defined Functions (UDFs)
Java and Scala UDFs are currently supported. Use the CREATE FUNCTION command to create a function that can execute code from a JAR.