chore: bump wxyc-etl to 0.6.0; add Dependabot#46
Merged
Conversation
Catch up to the latest substrate (0.4.0 -> 0.6.0). cargo check + cargo test (non-PG, 38 unit tests) + clippy + fmt all pass without code changes; the wxyc-etl APIs this repo consumes (cli, pipeline, csv_writer, logger) are unchanged at their public boundary. Vendored plpgsql sources (vendor/wxyc-etl/wxyc_unaccent.rules + wxyc_identity_match_functions.sql) and the parity fixture are byte-identical to v0.4.0 in v0.6.0; only the wxyc_etl_version label in the pin file is updated. SHAs unchanged. Adds a Dependabot config so future wxyc-etl bumps land here as weekly PRs instead of accumulating drift.
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
wxyc-etlfrom 0.4.0 to 0.6.0 to catch up to the current substrate.wxyc-etl-pin.txtversion label (vendored bytes unchanged)..github/dependabot.ymlso futurewxyc-etlbumps land here as weekly grouped PRs.The wxyc-etl APIs this repo consumes (
cli::{DatabaseArgs, ResumableBuildArgs, ImportArgs, resolve_database_url},pipeline::{BatchConfig, BatchSender, PipelineOutput, run_pipeline, start_scanner},csv_writer::MultiCsvWriter,logger::init) are unchanged at their public boundary across 0.4.0 → 0.6.0, and the vendored plpgsql sources undervendor/wxyc-etl/are byte-identical between the two tags. No code or SHA changes needed.Test plan
cargo checkcleancargo test --lib --bins)cargo clippy --all-targets -- -D warningscleancargo fmt --checkcleanpin_file_sha256s_match_vendored_files,migration_inlines_canonical_sql_byte_for_byte) passestest-postgresjob)