
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
A simple Python client for the Feature Server HTTP API that helps customers integrate with Tecton easily.
If you have any questions or need help, please contact us using the instructions in the Tecton Docs.
The client can be installed using pip
.
pip install tecton-client
The client can then be used as below:
from tecton_client import TectonClient
url = "https://explore.tecton.ai/"
workspace = "prod"
api_key = "my-secret-key"
client = TectonClient(url=url, default_workspace_name=workspace, api_key=api_key)
resp = client.get_features(
feature_service_name="fraud_detection_feature_service:v2",
join_key_map={"user_id": "user_4407104885"},
request_context_map={"amount": 500.00},
)
print(resp.get_features_dict())
For more information, please refer to Tecton documentation on the Python Client Library.
If you encounter a problem specifically related to the Python client, please file a but using the instructions in the Tecton Docs. Please include the following information:
Please provide as much detail as possible when filing a support ticket to help us understand and resolve the issue efficiently.
Thank you for helping us improve our platform!
If you would like to contribute to the client, see CONTRIBUTING.md
The project is licensed under Apache License 2.0
FAQs
A Python Client for the Tecton FeatureService API
We found that tecton-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.