GraphElementRegistry¶
GraphElementRegistry is an abstraction of graph element registries:
Graph elements can be defined in Python and SQL.
GraphElementRegistry is a Python abstract class defined in pyspark/pipelines/graph_element_registry.py.
Contract¶
Register Output¶
Registers the given Output
See:
Used for the following:
Register Auto CDC Flow¶
Registers the given AutoCdcFlow for Auto CDC Flows
See:
Used for the following:
Register Flow¶
Registers the given Flow
See:
Used for the following:
Register SQL File¶
See:
Used when:
- Pipelines CLI is requested to register graph element definitions (from SQL files)