0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/plugin-server/tests/helpers
Karl-Aksel Puulmann d421458fb1
feat(ingestion): Create separate schema for ingestion warnings (#11991)
* Initial schema for new ingestion_warnings table

* Update and test ingestion_warnings API endpoint with new table

* Add captureIngestionWarning function

* Update variable name

* Reformat with black

* Remove ver

* Include partition

* Update test_schema snapshots

* Solve weird mypy error

* Update docs around function
2022-09-28 10:01:30 +03:00
..
clickhouse.ts feat(ingestion): Create separate schema for ingestion warnings (#11991) 2022-09-28 10:01:30 +03:00
graphile.ts
kafka.ts chore: nuke protobuf fully (#10932) 2022-08-03 15:41:44 +02:00
plugins.ts perf(plugin-server): speed up getPluginConfigRows (#10952) 2022-07-25 16:27:18 +03:00
promises.ts
sql.ts chore(plugin-server): support tracing in plugin-server (#11029) 2022-07-28 15:05:00 +03:00
sqlMock.ts
worker.ts