Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 533e6b8

Browse files
committed
add comment
1 parent 4942067 commit 533e6b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hatchet_sdk/loader.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ def get_config_value(key, env_var):
8686

8787
namespace = get_config_value("namespace", "HATCHET_CLIENT_NAMESPACE")
8888

89+
## TODO: `tenantId` is not an attribute of `ClientConfig`, so `get_config_value` will always return `None`
90+
## if it's not set in the config file or as an environment variable. This should probably be changed to `tenant_id`.
8991
tenant_id = get_config_value("tenantId", "HATCHET_CLIENT_TENANT_ID")
9092
token = get_config_value("token", "HATCHET_CLIENT_TOKEN")
9193
listener_v2_timeout = get_config_value(

0 commit comments

Comments
 (0)