Tools for ACDC ETL pipeline
Project description
acdc-aws-etl-pipeline
Infrastructure and code for the ACDC ETL pipeline and data operations in AWS
Documentation
- Dictionary deployment
- Data ingestion
- Data validation
- Data transformation (dbt)
- Data releases
- Synthetic data generation
- REST API upload to sheepdog
- Data deletion
- IndexD file registration
- Querying Athena
- Writing Athena queries to JSON
- Troubleshooting
Library and source code (src/acdc_aws_etl_pipeline)
The Python package in src/acdc_aws_etl_pipeline provides reusable utilities for ingestion, validation, uploads, and Athena/Glue operations used across the pipeline and services.
Modules
ingest/: ingestion helpers for loading source datasets into S3/Glue (seeingest/ingest.py).upload/: Gen3/Sheepdog metadata submission and deletion utilities (e.g.upload/metadata_submitter.py).validate/: schema validation utilities and helpers for validation workflows (seevalidate/validate.py).utils/: shared Athena/Glue/dbt/release helpers (e.g.utils/athena_utils.py,utils/release_writer.py).
Local development
To install dependencies and run tests:
pip install poetry
poetry install
source $(poetry env info --path)/bin/activate
poetry run pytest
Install from PyPI
Releases are published automatically, so you can also install the package directly:
pip install acdc_aws_etl_pipeline
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file acdc_aws_etl_pipeline-0.7.5.tar.gz.
File metadata
- Download URL: acdc_aws_etl_pipeline-0.7.5.tar.gz
- Upload date:
- Size: 37.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.9.25 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05153f7c6d3f687c128a9de5772093c4da47d366801a3c93d9115d9894aa8b62
|
|
| MD5 |
eb24bc9558ae7ff81f9b728964869812
|
|
| BLAKE2b-256 |
ddc72deb6834119d3306bede5c0c0912c70ebd83e25496199416a6bd1e4f363f
|
File details
Details for the file acdc_aws_etl_pipeline-0.7.5-py3-none-any.whl.
File metadata
- Download URL: acdc_aws_etl_pipeline-0.7.5-py3-none-any.whl
- Upload date:
- Size: 42.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.9.25 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc683a46f69b952d1db7bc7d61e64c79fcadaa42f315bcf8c3e89decea1d9f5f
|
|
| MD5 |
85738bf57dbd6d78f51d3facdba23227
|
|
| BLAKE2b-256 |
4491d0691b7f3452e6b67b7c3f4d3c5f267bcb54d2c006c259823e421d3dbe59
|