Conversation
Signed-off-by: entlein <einentlein@gmail.com>
|
merged in your e2e-clickhouse branch for local testing. A good time to setup that linter... |
ddelnano
left a comment
There was a problem hiding this comment.
I like the approach of this (having quiet ticks and different export modes).
I think this is the right harness, but we have to decide whether we will use the plugin system for its scheduling and script execution reporting or we will handle that entirely in this service. See my more detailed notes in this comment.
418092c to
1b3b64a
Compare
…e schema_creation option , probably needs complete rewrite, this is to make it work e2e for the lab now Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
| # v0.36.0 released 2026-04-22 (post-incident). Internally SHA-pins | ||
| # setup-trivy@3fb12ec = Aqua's safe v0.2.6 per GHSA-69fq-xp46-6x23. | ||
| - uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0 |
There was a problem hiding this comment.
This was fixed upstream (pixie-io#2335), but because we are ignoring certain file paths copybara is ignoring it.
| // Filter presets by an allow-list of case-insensitive substrings in the | ||
| // script name. Useful when the destination ClickHouse doesn't have every | ||
| // target table pre-created (Pixie's C++ ClickHouseExportSinkNode aborts | ||
| // kelvin on UNKNOWN_TABLE from CH — upstream bug), so we must not install | ||
| // retention scripts whose target table is missing. |
There was a problem hiding this comment.
Sorry these presets were a footgun. I just added whatever we used for Atlanta. We can remove those if they don't make sense anymore.
I think having this ALLOWED_RETENTION_SCRIPTS is nice to keep regardless of what we do with the clickhouse plugin default scripts.
Summary: Temporarily adding a dynamic method to toggle the plugin for clickhouse
Test Plan: manual
Type of change: /kind temporary