ποΈConfiguration as YAML
Define components as code
In Socrates, when you connect to github, you have the ability to dynamically create components define by .yaml files. These files, alongside the code files describe your entire Socrates infrastructure.

There are 4 types of Components you can make using this type of integration:
Block (filename.block.yaml):
You must enable "Create dynamic/shared parameters" in the Settings page if you define a block with non-existing shared/dynamic parameters. Otherwise, the block will be added without.
Instance (filename.instance.yaml):
Step Flow (filename.step.yaml):
Dag Flow (filename.dag.yaml):
Last updated