brief-honey-45610
09/21/2023, 4:04 AMbrief-honey-45610
09/21/2023, 4:04 AMaverage-kilobyte-68838
06/24/2024, 10:18 AMfeatures can be a feature name. why here a client_key is added at the end of url ? isn’t client_key is used for authentication?jolly-insurance-34659
09/10/2024, 2:40 PMaloof-greece-14875
04/10/2025, 7:39 PMthankful-furniture-97156
04/28/2025, 3:15 PMGrowthBookClient , but not when using the OpenFeatureClient as documented. Does anyone in these chats have context on setting this python SDK up?
Full details are listed in the issue: https://github.com/growthbook/growthbook-openfeature-provider-python/issues/5 (edited)thankful-furniture-97156
05/13/2025, 8:30 PMgrowthbook-openfeature-provider-python. The good news is I believe this would be a very easy fix if you are okay with upgrading the requirement for openfeature-sdk from 0.7.4 to 0.8.1, with a minor corresponding change.
Please let me know thoughts in this issue, or if I'm way off mark.
https://github.com/growthbook/growthbook-openfeature-provider-python/issues/13late-ambulance-66508
07/28/2025, 4:24 PMglobal experiment_df
experiment_df = []
def on_experiment_viewed(experiment, result):
experiment_df.append({
"experiment_id": experiment.key,
"variation_id": result.key,
})
I want to insert data in the feature flags table, but the only way to get an experiment data (not feature value) that I found in Python SDK is to use this ugly global construction.brainy-advantage-57757
09/08/2025, 9:06 PMcache_ttl seconds as per the legacy client example shown here:https://docs.growthbook.io/lib/python#built-in-fetching-and-caching, and every feature evaluation use it's own set attributes, OR since attributes is needed for initializing the client in every example shown, the client be created whenever an evaluation is needed.