We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6fe58 commit febd055Copy full SHA for febd055
docs/quickstart.rst
@@ -78,7 +78,7 @@ and manage them within an async function or an event loop.
78
79
80
async def fetch_data():
81
- resp = client.get_features(
+ resp = async_client.get_features(
82
feature_service_name="fraud_detection_feature_service:v2",
83
join_key_map={"user_id": "user_4407104885"},
84
request_context_map={"amount": 500.00},
0 commit comments