Created
November 30, 2021 03:59
-
-
Save kshitijcode/4e5f8b8cf7b644c2865232facf92994c 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_integration_test.parquet | |
| ├── dataconnectors | |
| │ └── adls.py | |
| ├── requirements.txt | |
| ├── tests | |
| │ ├── conftest.py | |
| │ └── test_pipeline.py | |
| └── utils | |
| ├── constants.py | |
| └── pipelineutils.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment