Skip to content

Commit

Permalink
Merge pull request #391 from FlipsideCrypto/add-depr-notic
Browse files Browse the repository at this point in the history
deprecating notice
  • Loading branch information
forgxyz authored Dec 17, 2024
2 parents 19d6904 + 29d417a commit 0287b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion models/gold/core/core__fact_actions_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ version: 2
models:
- name: core__fact_actions_events
description: |-
This table extracts all action events from a transaction and stores the argument data under action_data.
Deprecating soon! Please migrate to using the new `core__ez_actions` table.
This view will be removed in Q1 2025.
tests:
- dbt_utils.recency:
datepart: hours
Expand Down
3 changes: 2 additions & 1 deletion models/gold/core/core__fact_actions_events_function_call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ version: 2
models:
- name: core__fact_actions_events_function_call
description: |-
This table extracts all FunctionCall events from actions and decodes the arguments for easy use. If further nested arguments are encoded, the snowflake function `try_base64_decode_string()` will likely work.
Deprecating soon! Please migrate to using the new `core__ez_actions` table. All FunctionCalls are decoded in the args element where action_name = 'FunctionCall'.
This view will be removed in Q1 2025.
tests:
- dbt_utils.recency:
datepart: hours
Expand Down

0 comments on commit 0287b7f

Please sign in to comment.