Created
April 25, 2021 01:53
-
-
Save tameem92/65715c34fee1515c36f111717a40721e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── projects | |
│ ├── dev | |
│ │ ├── config | |
│ │ └── dags | |
│ │ ├── process_invoices.py | |
│ │ └── process_messages.py | |
│ └── prod | |
│ ├── configs | |
│ └── dags | |
│ ├── process_invoices.py | |
│ └── process_messages.py | |
└── shared | |
└── dags | |
└── shared_dag.py | |
9 directories, 5 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment