Skip to content
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

Merged
merged 1 commit into from
Jan 17, 2024
Merged

review/jm-final #2

merged 1 commit into from
Jan 17, 2024

Conversation

fivetran-joemarkiewicz
Copy link
Collaborator

Final updates as part of my last review. This PR is intended to be reviewed and merged into main.

@@ -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,
Copy link
Collaborator Author

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.

Comment on lines +1 to +18
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' ]
Copy link
Collaborator Author

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.

@fivetran-joemarkiewicz fivetran-joemarkiewicz marked this pull request as ready for review January 17, 2024 16:49
Copy link
Contributor

@fivetran-catfritz fivetran-catfritz left a 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!

@fivetran-catfritz fivetran-catfritz merged commit 0469a1e into main Jan 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants