Skip to content

Commit

Permalink
workflow changes (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
desmond-hui authored Apr 26, 2024
1 parent 1cef524 commit 0d1c268
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dbt_run_nft_compressed_mints_realtime
run-name: dbt_run_nft_compressed_mints_realtime
name: dbt_run_nft_compressed_mints_sales_realtime
run-name: dbt_run_nft_compressed_mints_sales_realtime

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{{ this }}
)
{% endif %}
qualify(ROW_NUMBER() over (ORDER BY _inserted_timestamp)) <= 9000
qualify(ROW_NUMBER() over (ORDER BY _inserted_timestamp)) <= 4500
{% endset %}

{% do run_query(query) %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{{ this }}
)
{% endif %}
qualify(ROW_NUMBER() over (ORDER BY _inserted_timestamp)) <= 9000
qualify(ROW_NUMBER() over (ORDER BY _inserted_timestamp)) <= 4500
{% endset %}

{% do run_query(query) %}
Expand Down

0 comments on commit 0d1c268

Please sign in to comment.