Skip to main content

Installation

Requires Python 3.9+. Dependencies (httpx, pydantic, typer, rich) are installed automatically.

Authentication

Get your API key from your Databar workspaceIntegrations.

Quickstart


Enrichments


Waterfalls

Waterfalls chain multiple enrichment providers together with automatic fallback — if provider A doesn’t return a result, provider B is tried automatically.

Tables

Large inserts are auto-batched in chunks of 50 — no manual chunking needed.

Tasks

For async operations, you can check task status manually or poll until complete:

Error handling


Configuration

The client also works as a context manager — connection pool is closed automatically:

Source code

The SDK is open source under the MIT License.

databar-ai/databar-python

View source, report issues, and contribute on GitHub.