diff --git a/models/gold/core/core__fact_actions_events.yml b/models/gold/core/core__fact_actions_events.yml index c86ef973..6135eee6 100644 --- a/models/gold/core/core__fact_actions_events.yml +++ b/models/gold/core/core__fact_actions_events.yml @@ -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 diff --git a/models/gold/core/core__fact_actions_events_function_call.yml b/models/gold/core/core__fact_actions_events_function_call.yml index b268ccaa..c496fa9a 100644 --- a/models/gold/core/core__fact_actions_events_function_call.yml +++ b/models/gold/core/core__fact_actions_events_function_call.yml @@ -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