Delta Spark connector - CSharplie/ploosh GitHub Wiki
This connector is used to read Detla table files using Spark.
See Spark documentation for more information.
No connection is required by this connector
| Name | Mandatory | Default | Description |
|---|---|---|---|
| path | yes | Path to the Delta table |
Example Delta Spark:
source:
type: delta_spark
path: data/employees
expected:
type: sql_spark
query: |
select *
from employees
where hire_date < "2000-01-01"