Skip to main content

Easily convert an out of date dbt metrics spec into the latest suported metrics spec in dbt

Project description

The dbt converter is a CLI tool that simplifies the process of migrating from the metrics spec supported in dbt v1.5 and earlier to the metrics specification supported in dbt ≥v1.6.

Installing dbt converter

pip install dbt-metrics-converter

Upgrading to dbt v1.6 spec

  1. Navigate to the root of your dbt project.
  2. pip install dbt-metrics-converter. Note that the converter requires dbt-core==1.5. You may need to update the version range for the dbt_metrics package.
  3. Run dbtc convert-metrics. The converter assumes you are in the root of your dbt project. Optionally, you can pass the project path -dbt-project-path path/to/dbt_project. NOTE: All metrics must have a timestamp for the upgrade to run. If your metrics do not have a timestamp, add one before running the converter.
  4. Semantic models and metrics files will be created in the semantic_models and metrics directories. Move these folders into your model path.
  5. Delete the metrics package, move the old metrics configs out of your model path, or delete them.

Testing your metrics in dbt v1.6

  1. Upgrade to dbt v1.6, and pip install dbt-metricflow
  2. Remove the old metrics package from your dbt_packages and run dbt clean && dbt deps.
  3. Run dbt parse to generate a semantic manifest
  4. View the metrics in your dbt project by running mf list metrics
  5. Run mf validate-configs —skip-dw to validate metrics configs.
  6. To run a test query, run mf query --metrics <metric_name>

Gotchas:

  • Some packages, like fivetran/ad_reporting have metrics defined in them using the v1.5 spec, this may cause an error if you try to run your project after upgrading to v1.6
  • Make sure to delete any calls of metrics.calculate or metrics.develop they won’t work without the dbt_metrics package

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

dbt_metrics_converter-0.1.5.3.tar.gz (10.5 kB view details)

Uploaded Source

Built Distribution

dbt_metrics_converter-0.1.5.3-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file dbt_metrics_converter-0.1.5.3.tar.gz.

File metadata

  • Download URL: dbt_metrics_converter-0.1.5.3.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.9.16 Darwin/22.5.0

File hashes

Hashes for dbt_metrics_converter-0.1.5.3.tar.gz
Algorithm Hash digest
SHA256 ca0b5f8578f9d99e60b536252137632c30a6b0f614f0b7a8dbf7fcf088d9aa3f
MD5 47f052fe4f289d8c7d03ef68b6ed9b5c
BLAKE2b-256 113640ff94e8421a28afa1aa7dfb380f2f6c6766960731b5e197b215aa0906f8

See more details on using hashes here.

File details

Details for the file dbt_metrics_converter-0.1.5.3-py3-none-any.whl.

File metadata

File hashes

Hashes for dbt_metrics_converter-0.1.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9d6f60fb82ea2c27bc4a81d217f268d52fd6060f925c5b9c6cce7dc7546233ac
MD5 acaa0c8dbbf39df245db87f9d8ceedea
BLAKE2b-256 1295a3af22fd4ff74a02a707d4f1944e8a2a29de6b78c685471c46e5e6675c94

See more details on using hashes here.

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