-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
review/jm-final #2
Conversation
@@ -21,7 +21,7 @@ with subscribers as ( | |||
case when subscribers.unsubscribed_date is not null | |||
then {{ dbt.datediff("subscribers.created_date", "subscribers.unsubscribed_date", "day") }} | |||
else {{ dbt.datediff("subscribers.created_date", "current_date", "day") }} | |||
end as days_subscribed, | |||
end as days_subscribed, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small formatting edit to be consistent with our style standards.
database_key: salesforce_marketing_cloud_database | ||
schema_key: salesforce_marketing_cloud_schema | ||
|
||
dbt_versions: ">=1.3.0 <2.0.0" | ||
|
||
table_variables: | ||
salesforce_marketing_cloud__link_enabled: | ||
- link_send | ||
- link | ||
salesforce_marketing_cloud__list_enabled: | ||
- list_subscriber | ||
- list | ||
|
||
destination_configurations: | ||
databricks: | ||
dispatch: | ||
- macro_namespace: dbt_utils | ||
search_order: [ 'spark_utils', 'dbt_utils' ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New addition of the quickstart.yml where the format was just finalized yesterday.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates!
Final updates as part of my last review. This PR is intended to be reviewed and merged into
main
.