1. Blocks
  2. Custom blocks

Adding a custom block to the pipeline

  1. Create a new pipeline or open an existing pipeline.
  2. Add a custom block by clicking on the Custom button from the list of block types available.
  3. Specify the language for your block (Python and SQL currently supported). For custom Python blocks, use the @custom decorator.
  4. Specify the color for your block. The colors are a way to visually identify or organize your custom blocks (e.g. The block will have this color in the dependency tree.) and do not affect how they are run. custom-blocks-dropdown
  5. After clicking on the color from the dropdown menu, a new custom block should appear in your pipeline.