{"id":23858,"library":"hotglue-etl-exceptions","title":"Hotglue ETL Exceptions","description":"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.","status":"active","version":"0.1.0","language":"python","source_language":"en","source_url":"https://github.com/hotgluexyz/hotglue-etl-exceptions","tags":["etl","exceptions","hotglue"],"install":[{"cmd":"pip install hotglue-etl-exceptions","lang":"bash","label":"Default install"}],"dependencies":[],"imports":[{"wrong":"from hotglue_etl_exceptions import ETLException","symbol":"InvalidCredentialsError","correct":"from hotglue_etl_exceptions import InvalidCredentialsError"},{"symbol":"InvalidPayloadError","correct":"from hotglue_etl_exceptions import InvalidPayloadError"}],"quickstart":{"code":"from hotglue_etl_exceptions import ETLException, ConnectionError\n\ntry:\n    # Your ETL code here\n    raise ConnectionError('Failed to connect to source')\nexcept ETLException as e:\n    print(f'ETL Error: {e}')","lang":"python","description":"Demonstrates catching custom exceptions raised by Hotglue ETL operations."},"warnings":[{"fix":"Use 'from hotglue_etl_exceptions import ...'","message":"Package name uses hyphens but import uses underscores (hotglue_etl_exceptions).","severity":"gotcha","affected_versions":"all"},{"fix":"Pin to exact version and test upgrades.","message":"Version 0.1.0 is very early; API may change without notice.","severity":"deprecated","affected_versions":"0.1.0"}],"env_vars":null,"search_vec":"'-05':22 '-15':23 '0.1.0':19 '2024':21 'activ':25 'class':9 'current':17 'error':11 'etl':2,15,28 'except':3,8,29 'handl':12 'hotglu':1,14,30 'like':26 'low':24 'pipelin':16 'provid':4 'releas':20 'set':6 'stabl':27 'version':18","created_at":"2026-05-01T08:10:00.185411+00:00","updated_at":"2026-05-01T08:10:00.185411+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.1.0","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/hotglue-etl-exceptions/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["data"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}