[Feature] expand default LEAD
columns
#34
Labels
status:in_progress
Currently being worked on
type:enhancement
New functionality or enhancement
update_type:models
Primary focus requires model updates
Is there an existing feature request for this?
Describe the Feature
currently, we include all columns we find in
stg_marketo__lead
, but we only ensure that the following fields are included in the table:['id', 'created_at', 'updated_at', 'email', 'first_name', 'last_name', '_fivetran_synced']
. These are the only fields we include in theget_lead_columns()
macro.However, there are quite a few more default fields for the
LEAD
table, which are outlined here.Some of these fields will be necessary for our upcoming Customer360 work, namely:
In the off chance that a user does not have the above, I'd like to ensure that the customer360 package runs successfully. Thus, let's add these columns to the
get_lead_columns
macro and to this line and document them in yml.Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: