Paul D'Ambra

Results 183 comments of Paul D'Ambra

linked to https://github.com/PostHog/posthog/issues/20999

pulled https://github.com/PostHog/posthog/pull/21894 out of this change

There are some metrics here https://metrics.posthog.net/d/jMdv69qnk/exports?orgId=1&from=now-7d&to=now We do see CSV exports "succeeding" in Celery long after the UI has reported the export has failed.

current state: ![waterfall](https://user-images.githubusercontent.com/984817/212043544-177cfc50-d0d1-4218-b8f8-51c64bc66542.gif)

> Two pay gates in one modal seems a bit overkill though, maybe we just shouldn't show the description field during dashboard creation if it's gated? Hmmm 🤔 makes it...

updated to hide the field instead |without collaboration|with collaboration| |--|--| |||

pinging @fuziontech (hopefully not literally at 9am UTC 🤣)

maybe @benjackwhite has time to test this too ``` SELECT type ilike '%LowCardinality%' AS has_low_cardinality, type AS column_type, name AS column_name, table FROM system.columns WHERE database = 'default' AND lower(name)...

@daibhin we nuked Ben's environment and the migration then worked... that's not great if this breaks a self-hosted deploy and the only advice is to delete everything 🙈 can you...

> I queried CH by running clickhouse client on Exec tab of the container in Docker UI. Is there a better way to connect to a CH shell locally? I've...