Skip to content

feat(xtask): add destination presets for check and fix#815

Draft
farazdagi wants to merge 1 commit into
mainfrom
feat/xtask-destination-presets
Draft

feat(xtask): add destination presets for check and fix#815
farazdagi wants to merge 1 commit into
mainfrom
feat/xtask-destination-presets

Conversation

@farazdagi
Copy link
Copy Markdown
Contributor

Summary

Add destination presets for cargo x check and cargo x fix, make cargo x fix pass through package/feature flags, and keep xtask's etl-api dependency default-feature-free.

Other Destinations

Destination maintainers can now run focused workflows, for example:

cargo x check --destination clickhouse
cargo x fix --destination snowflake

Custom combinations also work:

cargo x fix -p etl-api -p etl-destinations --no-default-features --features clickhouse

Verify

  • cargo tree -p xtask -i libduckdb-sys
  • cargo check -p xtask --all-targets
  • cargo x check --destination snowflake

@farazdagi farazdagi self-assigned this Jun 4, 2026
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 73.733% (-0.09%) from 73.822% — feat/xtask-destination-presets into main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants