Data Flow Spec Reference¶
Key concepts that you should familiarize yourself with before reading this section are explained in the section: Data Flows & Data Flow Specs.
A Data Flow Spec is a file that defines the structure of a single data flow that is ultimately executed by a Spark Declarative Pipeline.
Important
A Data Flow Spec must adhere to the schemas defined by the framework, which is documented in this section.
In general a single Data Flow Spec will be contained in one file and must be named with the suffix
_main.jsonto be picked up by the framework.