-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from fivetran/bugfix/catch-all-recent-unsubscr…
…ibes [Bug Fix] Catch all recent unsubscribes by updating partitions
- Loading branch information
Showing
20 changed files
with
79 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: 'auto release' | ||
on: | ||
pull_request: | ||
types: | ||
- closed | ||
branches: | ||
- main | ||
|
||
jobs: | ||
call-workflow-passing-data: | ||
if: github.event.pull_request.merged | ||
uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,5 +156,4 @@ We highly encourage and welcome contributions to this package. Check out [this d | |
|
||
# 🏪 Are there any resources available? | ||
- If you have questions or want to reach out for help, please refer to the [GitHub Issue](https://github.com/fivetran/dbt_iterable_source/issues/new/choose) section to find the right avenue of support for you. | ||
- If you would like to provide feedback to the dbt package team at Fivetran or would like to request a new dbt package, fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW). | ||
- Have questions or want to just say hi? Book a time during our office hours [on Calendly](https://calendly.com/fivetran-solutions-team/fivetran-solutions-team-office-hours) or email us at [email protected]. | ||
- If you would like to provide feedback to the dbt package team at Fivetran or would like to request a new dbt package, fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
dbt-snowflake>=1.3.0,<2.0.0 | ||
dbt-bigquery>=1.3.0,<2.0.0 | ||
dbt-redshift>=1.3.0,<2.0.0 | ||
dbt-postgres>=1.3.0,<2.0.0 | ||
dbt-spark>=1.3.0,<2.0.0 | ||
dbt-spark[PyHive]>=1.3.0,<2.0.0 | ||
dbt-databricks>=1.6.0,<2.0.0 | ||
dbt-snowflake>=1.3.0,<1.8.0 | ||
dbt-bigquery>=1.3.0,<1.8.0 | ||
dbt-redshift>=1.3.0,<1.8.0 | ||
dbt-postgres>=1.3.0,<1.8.0 | ||
dbt-spark>=1.3.0,<1.8.0 | ||
dbt-spark[PyHive]>=1.3.0,<1.8.0 | ||
dbt-databricks>=1.6.0,<1.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
id,name,channel_id,_fivetran_deleted,_fivetran_synced,created_at,frequency_cap,rate_limit_per_minute,subscription_policy,updated_at | ||
50806,Event Invites,13508,TRUE,2021-03-10 14:17:29.467,2023-10-25 15:30:00,5,100,"Gold",2023-10-25 16:45:00 | ||
50830,Event Invites,14206,FALSE,2021-06-14 14:17:32.568,2023-10-25 15:30:00,5,1000,"Basic",2023-10-25 15:45:00 | ||
50830,Event Invites,14206,FALSE,2021-06-14 14:17:32.568,2023-10-25 15:30:00,5,1000,"Basic",2023-10-25 15:45:00 | ||
20246,Event Invites,11249,FALSE,2021-06-14 14:17:32.568,2023-10-25 15:30:00,5,1000,"Basic",2023-10-25 15:45:00 | ||
20248,Event Invites,11249,FALSE,2021-06-14 14:17:32.568,2023-10-25 15:30:00,5,1000,"Basic",2023-10-25 15:45:00 | ||
20247,Purchases,11250,FALSE,2021-06-14 14:17:32.568,2023-10-25 15:30:00,5,1000,"Basic",2023-10-25 15:45:00 |
5 changes: 4 additions & 1 deletion
5
integration_tests/seeds/user_unsubscribed_channel_history_data.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
email,channel_id,updated_at,_fivetran_synced | ||
[email protected],11249,2020-09-28 06:16:07.000,2020-09-28 06:17:46.188 | ||
[email protected],11249,2020-09-28 04:21:18.000,2020-09-28 06:17:45.341 | ||
[email protected],11249,2020-09-28 04:21:18.000,2020-09-28 06:17:45.341 | ||
[email protected],11249,2020-09-29 04:21:18.000,2020-09-28 06:17:45.341 | ||
[email protected],11250,2020-09-28 04:21:18.001,2020-09-28 06:17:45.341 | ||
[email protected],11250,2020-09-29 04:21:18.001,2020-09-28 06:17:45.341 |
7 changes: 6 additions & 1 deletion
7
integration_tests/seeds/user_unsubscribed_message_type_history_data.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
message_type_id,email,updated_at,_fivetran_synced | ||
20246,[email protected],2020-08-08 04:44:39.000,2020-08-08 04:48:17.099 | ||
20246,[email protected],2020-08-14 16:16:32.000,2020-08-14 16:22:42.638 | ||
20246,[email protected],2020-08-14 16:16:32.000,2020-08-14 16:22:42.638 | ||
20246,[email protected],2020-08-14 16:16:32.000,2020-08-14 16:22:42.638 | ||
20246,[email protected],2020-08-15 16:16:32.001,2020-08-14 16:22:42.638 | ||
20247,[email protected],2020-08-14 16:16:32.001,2020-08-14 16:22:42.638 | ||
20247,[email protected],2020-08-15 16:16:32.000,2020-08-14 16:22:42.638 | ||
20248,[email protected],2020-08-14 16:16:32.000,2020-08-14 16:22:42.638 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters