Skip to main content

Add your description here

Reason this release was yanked:

wrongly versioned

Project description

dbtx

Cross-platform dbt runner. Python not required.

Why use this:

  • Never think about managing dbt version conflicts again.
  • Determines your dbt dialect and version automatically based on your dbt_project.yml and profiles.yml
  • New users don't have to install python (which can be difficult) to get started with dbt.
  • Much faster installs thanks to uv and uvx.

Installation

Install uv with our standalone installers, or from PyPI:

On macOS and Linux.

$ curl -LsSf https://astral.sh/uv/install.sh | sh && uv tool install dbtx 

On Windows.

$ powershell -c "irm https://astral.sh/uv/install.ps1 | iex ; if ($?) { uv tool install dbtx }"

With pip.

$ pip install dbtx

Usage

  1. Make sure you have require-dbt-version set in your dbt_project.yml file. Otherwise, defaults to the latest version.
  2. Just replace dbtx where you would use dbt. That's it!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dbtx-0.1.0.tar.gz (431.1 kB view hashes)

Uploaded Source

Built Distribution

dbtx-0.1.0-py3-none-any.whl (443.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page