Skip to content

Commit

Permalink
Allow direct references for dbt-metricfow dependencies (#1608)
Browse files Browse the repository at this point in the history
The `pyproject.toml` file for `dbt-metricflow` contains a dependency
using a git SHA, so the `allow-direct-references` option needs to be
enabled.
  • Loading branch information
plypaul authored Jan 17, 2025
1 parent f67a44e commit 069d635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbt-metricflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ dynamic = ["version", "dependencies", "optional-dependencies"]
[tool.hatch.version]
path = "dbt_metricflow/__about__.py"

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.metadata.hooks.requirements_txt]
files = [
"extra-hatch-configuration/requirements-cli.txt",
Expand Down

0 comments on commit 069d635

Please sign in to comment.