This connector is used to read Delta files from local file system.

Connection configuration

No connection is required by this connector

Test case configuration

Test case configuration

NameMandatoryDefaultDescription
pathyesPath to the delta file

Example

Example delta:
  source:
    type: delta
    path: data/employees

expected: type: csv infer: True delimiter: ";" encoding: "utf-8" engine: "python" path: data/employeesbefore2000.csv