Metadata-Version: 2.1
Name: dbt-metrics-converter
Version: 0.1.3
Summary: Easily convert out of date, or unsported metrics spec into the latest suported metrics spec in dbt
Author: Jordan Stein
Author-email: jordan.stein77@gmail.com
Requires-Python: >=3.9,<3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: dbt-core (>=1.5.0,<2.0.0)
Requires-Dist: dbt-semantic-interfaces (==0.1.0.dev4)
Requires-Dist: metricflow (==0.200.0.dev4)
Description-Content-Type: text/markdown

dbt converter helps you easily migrate from the dbt metrics spec supported in dbt <=1.5.xx to the new dbt metrics spec supported in dbt >=1.6. 

To migrate your metrics to the new spec:
1. Install the package `pip install dbt-converter`
2. Run the converter `dbt-converter --dbt-project-path path/to/dbt/project`
