Skip to main content

3 docs tagged with "glossary"

View All Tags

Xircuits Component Library

* A Xircuits component library is a repository or directory that contains Xircuits component codes that can be rendered and run in a Xircuits canvas.

Xircuits Context

Aside from passing data between components by connecting the outPort to inPort, data can be passed between components via Context (ctx). This is useful for variables that are constantly used in most if not all components in a workflow (such as SparkSession), so you don't have to link it multiple times.