rtk-ai/rtk

ISSUE: does not understand and handle dbt, bq, and some git commands

Open

#756 opened on Mar 20, 2026

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (2,914 forks)batch import
area:clieffort-largeenhancementhelp wantedpriority:medium

Repository metrics

Stars
 (48,085 stars)
PR merge metrics
 (Avg merge 11d 1h) (45 merged PRs in 30d)

Description

TOP UNHANDLED COMMANDS -- open an issue?

Command Count Example bq query 559 bq query --nouse_legacy_sql --max_rows.. dbt compile 83 /Users/xxx/xx/GitHub/xxx-xxx.. python 53 /Users/xxx/xx/GitHub/xxx-xxx.. python3 51 python3 - << 'EOF' import yaml with o..

Check 50 # Check what sources are defined in sc..

git checkout 49 git checkout develop dbt run 45 dbt run --full-refresh --profiles-dir .. bq show 24 bq show --format=prettyjson --project_.. cat 24 cat > /Users/xxxx/xxx/GitHub/d.. bq ls 24 bq ls --format=json xxxx git mv 23 git mv xxxx.. python3 << 19 BASE=/Users/xxx/xxx/GitHub/da.. git ls-files 14 git -C /Users/xxx/xxxx/GitHub/..

The 13 # The directory is itself a symlink lo..

for f 11 BASE=/Users/xxx/xxx/GitHub/da..

Contributor guide