Data Engineers

DataOps & CI/CD for the Modern Data Stack

Every dbt PR run on a legacy warehouse costs real credits. Every environment clone takes hours. HatiData gives you git-driven environments with per-second billing — built for the speed of modern data engineering.

THE PROBLEM

What You're Dealing With

Environment Cloning Takes Hours

Need a staging environment? Clone your production warehouse. Wait 2-4 hours. Pay for the storage. Repeat for every feature branch.

CI Runs Burn Credits

Every dbt PR run spins a full warehouse cluster. At 50+ PRs/week, your CI pipeline costs more than production workloads.

60-Second Tax on dbt Models

Each dbt model execution is billed at a 60-second minimum. A 3-second model? Billed for 60. Multiply by hundreds of models per run.

THE HATIDATA FIX

How HatiData Solves It

Instant Environment Cloning

Iceberg metadata makes environment cloning near-instant. No data copying. A feature branch environment is ready in seconds, not hours.

Per-Second CI Billing

dbt runs are billed per-second. A 3-second model costs 3 seconds. No 60-second minimum. Your CI budget drops 90%.

dbt-Native Workflows

pip install dbt-hatidata. Update profiles.yml. Run dbt build. Same models, same tests, same macros. Zero refactoring.

Side-by-Side Comparison

FeatureLegacy WarehouseHatiData
Environment Clone2-4 hours (full copy)Seconds (Iceberg metadata)
CI Cost per PR$5-20 (60s billing)$0.10-0.50 (per-second)
dbt CompatibilityNativeNative adapter
Min Billing per Model60 secondsPer-second (actual)
EnvironmentsManual provisioningGit-driven, instant
Storage FormatProprietaryOpen (Apache Iceberg)

CODE EXAMPLES

Drop-In Integration

name: dbt CI
on: [pull_request]

jobs:
  dbt-test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Install dbt
        run: pip install dbt-hatidata
      - name: Run dbt
        env:
          HATIDATA_HOST: hatidata.internal
          HATIDATA_PORT: 5439
        run: |
          dbt deps
          dbt build --target ci
          dbt test
0%

lower CI costs

0s

environment clone time

0

code changes required

Stop Paying the 60-Second Tax.

Run the free audit script. See what you're really spending. Switch in 14 days.

EXPLORE MORE

Solutions for Every Team