Skip to content

Commit

Permalink
Temporarily allow direct references for hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed May 1, 2024
1 parent 94a8afa commit 9064cb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ packages = ["dbt"]
[tool.hatch.version]
path = "dbt/adapters/postgres/__version__.py"

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

[tool.hatch.envs.default]
dependencies = [
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@dbeatty/date-macro",
Expand Down

0 comments on commit 9064cb4

Please sign in to comment.