Skip to content

Commit

Permalink
hotfix to client attr refs
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Aug 3, 2022
1 parent 0c466ca commit dca6eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt_feature_flags/harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, sdk_key: str):
for flag in flags:
self._repository.set_flag(flag)
segments = retrieve_segments(
client=self.__client, environment_uuid=self.__environment_id
client=self._client, environment_uuid=self._environment_id
)
for segment in segments:
self._repository.set_segment(segment)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-feature-flags"
version = "0.3.1"
version = "0.3.2"
description = "Use feature flags in dbt models"
authors = ["z3z1ma <[email protected]>"]
include = ["zzz_dbt_feature_flags.pth"]
Expand Down

0 comments on commit dca6eb0

Please sign in to comment.