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
Core Configuration & Management
- Deployment Configuration Guide
- Dictionary Deployment
- Service Management
- Kubernetes Utilities
- Troubleshooting
Data Lifecycle & ETL
- Data Ingestion
- Data Validation
- Data Transformation (dbt)
- Data Releases
- Data Deletion
- Metadata Deletion by GUID
Metadata & Registry Operations
Analysis & Querying
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.9.5.tar.gz.
File metadata
- Download URL: acdc_aws_etl_pipeline-0.9.5.tar.gz
- Upload date:
- Size: 41.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 |
a9f40d3b54988fd8a4d9c8dd48282a379d0b710ce5bcd2271ed3098dca9d2e49
|
|
| MD5 |
9e0223d55bf792b4c3010ed6ad3c3f5c
|
|
| BLAKE2b-256 |
52302568715416025a4301d8e5d8d43c07235f43a10cddd42352eb089331f911
|
File details
Details for the file acdc_aws_etl_pipeline-0.9.5-py3-none-any.whl.
File metadata
- Download URL: acdc_aws_etl_pipeline-0.9.5-py3-none-any.whl
- Upload date:
- Size: 47.4 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 |
05d13b158e99355c87418d68e45392e704fd7f15a90cffaa777e55d6b92ac3a4
|
|
| MD5 |
3c0616347e4c9eb4107b0bc09c958404
|
|
| BLAKE2b-256 |
bbe26c51606ad2b91baffa69b06ecc172a336d4dd94a7e5fe6b835c7623ba8fb
|