Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Apr 9, 2024
2 parents f33fe3f + cef41c2 commit d43be99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: dbt Cloud CI

on:
pull_request:
branches:
- main
- staging

jobs:
run_snowflake:
name: dbt Cloud PR CI Snowflake
Expand Down
1 change: 1 addition & 0 deletions models/marts/orders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ order_items_summary as (
else 0
end
) as count_drink_items

from order_items

group by 1
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ click==8.1.7
# via typer
distlib==0.3.8
# via virtualenv
faker==24.7.1
faker==24.8.0
# via jafgen
filelock==3.13.3
filelock==3.13.4
# via virtualenv
identify==2.5.35
# via pre-commit
Expand Down Expand Up @@ -53,7 +53,7 @@ shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
typer==0.12.2
typer==0.12.3
# via jafgen
typing-extensions==4.11.0
# via typer
Expand Down

0 comments on commit d43be99

Please sign in to comment.