Add wmde project folder
Adds a new folder for the wmde
project.
The folder contains a config
subfolder with the following files:
- init.py
- artifacts.yaml # List of artifacts to use from the DAGs - mostly empty
- dag_config.py # Configs to be used across DAGs.
- datasets.yaml # List of datasets to use from the DAGs - mostly empty
And a
dags
subfolder with the files - /example/example_dag.py # An example DAG (fake, just a reference)