Weekly-pipeline cleanup: remove deprecated workflow and follow-ups - #272
Open
BenjSz wants to merge 5 commits into
Open
Weekly-pipeline cleanup: remove deprecated workflow and follow-ups#272BenjSz wants to merge 5 commits into
BenjSz wants to merge 5 commits into
Conversation
Signed-off-by: Benjamin Sznajder <benjams@il.ibm.com>
- push-to-clickhouse.yaml: rewrite the top-of-file docstring to describe what generate-matrix actually does (sharding job that emits an index into an uploaded artifact), and drop the reference to the now-removed test_weekly_DEPRECATED.yaml. - clickhouse_db.py: import_csv previously rejected rows whose snapshot_date/added_date came from a CSV using European DD/MM/YYYY formatting. Add a shared _parse_date helper that accepts ISO plus a few day-first variants, so those CSVs round-trip without silent data loss. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: Benjamin Sznajder <benjams@il.ibm.com>
The job's real output is a set of shard files uploaded as an artifact;
the matrix_x{1,2,4} JSON it emits is just an index into that artifact,
not a matrix generator like the same-named jobs in test_daily.yaml /
_test_matrix.yaml. Rename the job (and all needs: references in this
file) to match what it actually does, and simplify the top-of-file
docstring now that the "misnamed" caveat is gone.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: Benjamin Sznajder <benjams@il.ibm.com>
Remove the two commented-out _plot_1/_plot_2 blocks and the disabled funnel-bar section, and rename _plot_3 to _plot_models now that it's the only plot function. Also correct the "Three-panel" docstring to "Two-panel" — the third panel was already gone. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: Benjamin Sznajder <benjams@il.ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code