handsome-library-89124
08/22/2022, 7:28 AMmelodic-solstice-24408
08/22/2022, 7:55 AMbrave-train-899
08/22/2022, 8:35 AMbrief-hair-56764
08/22/2022, 9:19 AMbrief-hair-56764
08/22/2022, 9:20 AMhandsome-library-89124
08/22/2022, 8:08 PMrhythmic-chef-84815
08/23/2022, 7:50 AMsilly-rain-71204
08/23/2022, 10:44 AMgorgeous-whale-20294
08/23/2022, 12:41 PMeager-rainbow-87882
08/23/2022, 1:06 PMadventurous-jelly-25184
08/23/2022, 2:14 PMagreeable-zebra-80103
08/23/2022, 10:33 PMicy-application-38932
08/24/2022, 4:22 AMbroad-optician-86874
08/24/2022, 2:57 PMhandsome-zebra-46141
08/25/2022, 10:23 AMhandsome-zebra-46141
08/26/2022, 1:09 PMfaint-jackal-81356
08/26/2022, 5:01 PMconnect ETIMEDOUT 100.21.84.177:8123
It seems Growthbook failed to connect to Clickhouse. Does anyone meet similar issues before or have any suggestions? thx!!rhythmic-chef-84815
08/29/2022, 6:33 AMenough-camera-24490
08/29/2022, 7:18 PMhelpful-carpenter-3208
08/29/2022, 8:00 PMSELECT
user_id as user_id,
1 as value,
m.timestamp as conversion_start,
m.timestamp as conversion_end
FROM
(
SELECT
distinct dec_user_id as user_id,
created_at as timestamp
from
events.track_all
where
event_category = 'Foo'
and event_action = 'Bar'
and event_label = 'Action'
-- Expect here has timestamp filter to speedup this subquery
-- and timestamp >= toDateTime('2022-08-24 00:00:00')
) m
WHERE
m.timestamp >= toDateTime('2022-08-24 00:00:00')
orange-train-515
08/30/2022, 2:14 PMhandsome-zebra-46141
08/31/2022, 4:25 PMconfig.yml
via an API? For example could I store my config.yml
in a Git repo and upload it to GrowthBook through Github Actions when a change is made?enough-kangaroo-252
09/01/2022, 8:20 AMbrief-machine-92209
09/03/2022, 4:21 AMgray-crayon-34592
09/03/2022, 2:01 PMclever-jackal-97206
09/03/2022, 7:30 PMhelpful-vegetable-73635
09/05/2022, 6:12 PMhandsome-zebra-46141
09/06/2022, 8:18 AMred-fall-3528
09/06/2022, 10:23 AMelegant-flag-19390
09/08/2022, 10:43 AMhashAttribute
is an Integer, I'm receiving the following error:
/usr/local/bundle/gems/growthbook-0.2.0/lib/growthbook/context.rb:127:in `run': undefined method `length' for 123:Integer (NoMethodError)
return get_experiment_result(exp) if hash_value.length.zero?
^^^^^^^
from /usr/local/bundle/gems/growthbook-0.2.0/lib/growthbook/context.rb:92:in `block in eval_feature'
from /usr/local/bundle/gems/growthbook-0.2.0/lib/growthbook/context.rb:73:in `each'
from /usr/local/bundle/gems/growthbook-0.2.0/lib/growthbook/context.rb:73:in `eval_feature'
from /usr/local/bundle/gems/growthbook-0.2.0/lib/growthbook/context.rb:164:in `on?'
from growthbook.rb:69:in `<main>'
That's is not happening with the Python SDK.