Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia committed Aug 7, 2022
commit 113e8929f6490686bc402aa4ee0f095d9dd01c06
1 change: 0 additions & 1 deletion sdk/python/feast/usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def _set_installation_id():


def _export(event: typing.Dict[str, typing.Any]):
print(f"DANNY_{event}")
_executor.submit(requests.post, USAGE_ENDPOINT, json=event, timeout=30)


Expand Down