# 実行結果 09:56:38 Running with dbt=1.9.0 09:56:38 Registered adapter: bigquery=1.9.0 09:56:38 Unable to do partial parsing because of a version mismatch 09:56:39 Found 4 models, 4 seeds, 13 data tests, 1 source, 487 macros 09:56:39 09:56:39 Concurrency: 1 threads (target='dev') 09:56:39 WARNING:google.auth._default:No project ID could be determined. Consider running `gcloud config set project` or setting the GOOGLE_CLOUD_PROJECT environment variable 09:56:42 1 of 4 START sql table model dbt.my_first_dbt_model ............................ [RUN] 09:56:44 1 of 4 OK created sql table model dbt.my_first_dbt_model ....................... [CREATE TABLE (2.0 rows, 0 processed) in 2.73s] 09:56:44 2 of 4 START sql view model dbt_staging.stg_sales .............................. [RUN] 09:56:45 2 of 4 OK created sql view model dbt_staging.stg_sales ......................... [CREATE VIEW (0 processed) in 0.79s] 09:56:45 3 of 4 START sql view model dbt.my_second_dbt_model ............................ [RUN] 09:56:46 3 of 4 OK created sql view model dbt.my_second_dbt_model ....................... [CREATE VIEW (0 processed) in 0.71s] 09:56:46 4 of 4 START sql view model dbt_mart.mart_sales_amount_per_day ................. [RUN] 09:56:47 4 of 4 OK created sql view model dbt_mart.mart_sales_amount_per_day ............ [CREATE VIEW (0 processed) in 0.84s] 09:56:47 09:56:47 Finished running 1 table model, 3 view models in 0 hours 0 minutes and 7.18 seconds (7.18s). 09:56:47 09:56:47 Completed successfully 09:56:47 09:56:47 Done. PASS=4 WARN=0 ERROR=0 SKIP=0 TOTAL=4