[x] Please provide evidence of your successful dbt run / dbt test here
root@396ff490794f:/harmony# dbt run -s dfk_item_transactions
Running with dbt=0.21.1
Found 42 models, 345 tests, 0 snapshots, 0 analyses, 180 macros, 0 operations, 8 seed files, 6 sources, 0 exposures
13:24:01 | Concurrency: 4 threads (target='dev')
13:24:01 |
13:24:01 | 1 of 1 START incremental model DEV.dfk_item_transactions............. [RUN]
13:24:58 | 1 of 1 OK created incremental model DEV.dfk_item_transactions........ [SUCCESS 1 in 57.15s]
13:24:58 |
13:24:58 | Finished running 1 incremental model in 65.03s.
Completed successfully
Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1
# Checklist
- [x] Follow [dbt style guide](https://github.com/dbt-labs/corp/blob/main/dbt_style_guide.md)
- [x] Tag the person(s) responsible for reviewing proposed changes @antonyip
Description
Implements DFK item transactions table
Tests
dbt run
/dbt test
here13:24:01 | Concurrency: 4 threads (target='dev') 13:24:01 | 13:24:01 | 1 of 1 START incremental model DEV.dfk_item_transactions............. [RUN] 13:24:58 | 1 of 1 OK created incremental model DEV.dfk_item_transactions........ [SUCCESS 1 in 57.15s] 13:24:58 | 13:24:58 | Finished running 1 incremental model in 65.03s.
Completed successfully
Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1