Skip to content

Commit

Permalink
upd gha workflow (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
forgxyz authored Dec 3, 2024
1 parent 24fc3d4 commit 794ab78
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
pip install -r requirements.txt
dbt deps
- name: Request User Points Balances
- name: Request User Points Balances and Storefront Items
run: >
dbt run -s streamline__reward_points_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}'
dbt run -s streamline__reward_points_realtime streamline__storefront_items_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True}'
- name: Authenticate with Flow Points API
run: |
Expand Down

This file was deleted.

3 changes: 3 additions & 0 deletions models/streamline/external/transaction_entries/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Snag / `transaction_entries` endpoint

Note - this endpoint did not have the required transaction information and has been disabled. Models preserved for the time being.

0 comments on commit 794ab78

Please sign in to comment.