Skip to content

reservoir-data/meltano-state-backend-dbm

Repository files navigation

meltano-state-backend-dbm

This is a Meltano extension that provides a dbm state backend.

Installation

This package needs to be installed in the same Python environment as Meltano.

From GitHub

With pipx

pipx install meltano
pipx inject meltano 'meltano-state-backend-dbm @ git+https://github.com/reservoir-data/meltano-state-backend-dbm.git'

With uv

uv tool install --with 'meltano-state-backend-dbm @ git+https://github.com/reservoir-data/meltano-state-backend-dbm.git' meltano

From PyPI

This package is not yet available on PyPI.

Configuration

meltano.yml

state_backend:
  uri: dbm://${MELTANO_SYS_DIR_ROOT}/state

Environment Variables

  • MELTANO_STATE_BACKEND_URI: The URI of the DBM state backend.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages