Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jun 6, 2024
1 parent 1e97224 commit 8b1d3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hatch_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Psycopg2NoBinary(BuildHookInterface):
PLUGIN_NAME = "psycopg2"

def initialize(self, version, build_data) -> None:
print(build_data)
if os.getenv("DBT_PSYCOPG2_NAME", "") == "psycopg2":
psycopg2_binary_pinned = [
package
Expand Down

0 comments on commit 8b1d3fd

Please sign in to comment.