Registry / data / hotglue-etl-exceptions

hotglue-etl-exceptions

JSON →
library0.1.0pypypi✓ verified 79d ago

Provides a set of exception classes for error handling in Hotglue ETL pipelines. Current version 0.1.0, released 2024-05-15. Low activity; likely stable.

pip install hotglue-etl-exceptions
INSTALL
IMPORT
SIG · HOTGLUE-ETL-EXCEPT
H
hotglue-etl-exceptions
datapythonv0.1.0
Install
1.5s avg
Import
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.1.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.8MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.5s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InvalidCredentialsError
from hotglue_etl_exceptions import InvalidCredentialsError
from hotglue_etl_exceptions import ETLException
InvalidPayloadError
from hotglue_etl_exceptions import InvalidPayloadError

Demonstrates catching custom exceptions raised by Hotglue ETL operations.

from hotglue_etl_exceptions import ETLException, ConnectionError try: # Your ETL code here raise ConnectionError('Failed to connect to source') except ETLException as e: print(f'ETL Error: {e}')
Debug
Known issues
gotchaPackage name uses hyphens but import uses underscores (hotglue_etl_exceptions).
fix
Use 'from hotglue_etl_exceptions import ...'
affects: all
deprecatedVersion 0.1.0 is very early; API may change without notice.
fix
Pin to exact version and test upgrades.
affects: 0.1.0
Upgrade
Version history
0.1.0latest on PyPI · released Jan 8, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hotglue-etl-exceptions — pip install hotglue-etl-exceptions · libregistry