Skip to content
Alexander Richter edited this page Nov 22, 2024 · 1 revision

config_file

plex_path File: config/pipeline.py

Setting pipeline, project and user configurations.

Use global and local variables:

# LOCAL variables 
# !join to combine variable and string
project  : &PROJECT $pipeline/project
pipeline : !join [*PROJECT, /0_pipeline]

# GLOBAL variables from plex_path
$plex_path_variable

# example
$pipeline\project
Clone this wiki locally