Created
November 27, 2021 10:49
-
-
Save kshitijcode/def511a4fdd043d5b283b0142a20c4eb 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
| . | |
| ├── README.md | |
| ├── data | |
| │ └── employee_sample_integration_test.parquet | |
| ├── dataconnectors | |
| │ └── adls.py | |
| ├── requirements.txt | |
| ├── tests | |
| │ ├── conftest.py | |
| │ └── test_master_pipeline_e2e.py | |
| └── utils | |
| ├── constants.py | |
| └── pipelineutils.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment