Skip to content

notes

String description for pipelines, stages, jobs or steps.

notes: string

Notes are used to provide additional detail explaining what a portion of a dataflow is used for.

Pro-tip: For long descriptions, break it up into multiple lines using the literal style indicated by a pipe ( | ).

Example

name: awesome_dataflow 
notes: |
    This dataflow does something great.
    Need multiple lines of notes to stress how wonderful it is.