eda_evens_streams.yml.j2
This file is mandatory for a correct run of the pipeline.
---
{% set curr_env=curr_file.split(',')[0] %}
eda_event_streams_{{ curr_env }}: []
...
The resulting file:
In the all folder the file will look like this:
eda_event_streams_all: []
...