Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Created November 30, 2021 03:59
Show Gist options
  • Select an option

  • Save kshitijcode/4e5f8b8cf7b644c2865232facf92994c to your computer and use it in GitHub Desktop.

Select an option

Save kshitijcode/4e5f8b8cf7b644c2865232facf92994c to your computer and use it in GitHub Desktop.
.
├── 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