2026-01-24 dbtコマンドの復習 dbt uv run dbt compile --target dev -s *** uv で管理している仮想環境の中で dbt を起動し、dev ターゲット向けに、指定セレクタのモデルだけを compile する target/compiled/配下に書き出す target devでprofiles.ymlに定義されている接続先 dev sでselectオプションでコンパイル対象のノードを絞り込んでる