Spark
Execute a SQL query against the oleander lake using managed Spark. The query runs as a named job in the specified namespace. Results are written to output_table as an Iceberg table. Lineage is captured automatically for every run.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Job namespace used to identify this query in lineage and run history.
"oleander.query"
Job name. Combined with namespace to form the unique job identity.
"flowers_copy"
SQL query to execute. Supports all Spark SQL syntax and can reference any table in your Iceberg catalogs.
"SELECT * FROM oleander.default.flowers"
Destination Iceberg table for query results. Format: catalog.namespace.table. The table is created if it does not exist.
"oleander.default.flowers_query_spark_sql"
Machine type for the Spark driver.
"spark.1.b"
Machine type for each Spark executor.
"spark.1.b"
Number of Spark executors to allocate.
1