Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Created November 27, 2021 10:49
Show Gist options
  • Select an option

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

Select an option

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