-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancement(ClickHouse sink): Adding date_time_best_effort flag #15644
Conversation
✅ Deploy Preview for vector-project ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for vrl-playground canceled.
|
Recreated as #15787 (should not have created this PR from |
Regression Test Results
Run ID: aee6097f-bb6e-4294-b862-f42433e295d8 Explanation
A regression test is an integrated performance test for
The table below, if present, lists those experiments that have experienced a
statistically significant change in their No interesting changes in Fine details of change detection per experiment.
|
Added support for ClickHouse setting which will allow to ingest timestamp with subsecond precision (
DateTime64
column). This trades off some performance cost on server side for ability to store same timestamp precision as vector usesCloses #1672