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

✨ Source Mailchimp: Add optional start_date to config #32852

Merged
merged 42 commits into from
Dec 20, 2023
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
47a6a5a
add start date to config
ChristoGrab Nov 16, 2023
b611729
Source Hubspot: fix expected records (#32645)
roman-yermilov-gl Nov 20, 2023
a9cc2b9
Source Github: fix expected records (#32644)
roman-yermilov-gl Nov 20, 2023
e74bbde
✨ Source Mailchimp: Add Interests, InterestCategories, Tags streams (…
ChristoGrab Nov 20, 2023
918e64c
🐛 Source Pinterest: Fix backoff waiting time (#32672)
tolik0 Nov 21, 2023
0f28144
🚨🚨🐛 Source Pinterest: Update date-time fields with airbyte_type: time…
tolik0 Nov 21, 2023
39ac79c
remove bq+snowflake from legacy normalization docs (#32708)
edgao Nov 21, 2023
667be92
🐛 Source Pinterest: Fix Advertiser stream names (#32734)
tolik0 Nov 23, 2023
059ca2f
✨ Source Pinterest: Update docs and spec; add missing `placement_traf…
tolik0 Nov 23, 2023
d81ae88
🐛 Source Facebook Marketing: Removed validation that blocked personal…
tolik0 Nov 23, 2023
74d359d
Docs: Add permissions to prereqs in Source Facebook Marketing (#32653)
ChristoGrab Nov 24, 2023
3e69945
✨ Source Mailchimp: Implement SegmentMembers stream (#32782)
ChristoGrab Nov 27, 2023
4cdfc7a
Source My Hours: Update CDK (#32680)
ChristoGrab Nov 27, 2023
428e1b3
add logic for use of start_date in incremental streams
ChristoGrab Nov 27, 2023
b5d0ede
Source Cart: Update CDK to Latest Version (#32705)
pnilan Nov 27, 2023
86848a6
Source Twilio: Increase test coverage, fix parse_response bug, update…
pnilan Nov 27, 2023
1fda1df
Source Sendgrid: Increase Test Coverage, Update Expected Records (#32…
pnilan Nov 27, 2023
941d937
fix method and add unit test
ChristoGrab Nov 27, 2023
d17e251
version bump
ChristoGrab Nov 27, 2023
b2a546e
small edits
ChristoGrab Nov 27, 2023
1a0bb33
Automated Commit - Formatting Changes
ChristoGrab Nov 27, 2023
a660279
✨Source Amazon Seller Partner: multiple updates (#32833)
Nov 28, 2023
00a896b
add note to docs
ChristoGrab Nov 28, 2023
05c5acb
Merge branch 'christo/mailchimp-start-date' of https://github.com/air…
ChristoGrab Nov 28, 2023
88b24cf
Merge remote-tracking branch 'origin/master' into dev
git-phu Nov 28, 2023
604a2ab
Merge branch 'dev' of https://github.com/airbytehq/airbyte into chris…
ChristoGrab Nov 28, 2023
c28ca4d
Merge from master
ChristoGrab Nov 28, 2023
04a9d68
chore: fix duplicated docs section
ChristoGrab Nov 28, 2023
a0c3516
Merge branch 'master' into christo/mailchimp-start-date
ChristoGrab Nov 28, 2023
a1abc41
Merge branch 'master' of https://github.com/airbytehq/airbyte into ch…
ChristoGrab Dec 5, 2023
4b524b3
Merge branch 'master' of https://github.com/airbytehq/airbyte into ch…
ChristoGrab Dec 7, 2023
66da4fe
fix: refactor implementation of start_date
ChristoGrab Dec 7, 2023
47366b2
refactor unit tests
ChristoGrab Dec 8, 2023
f52d5af
updated expected_records
ChristoGrab Dec 8, 2023
a400070
Automated Commit - Formatting Changes
ChristoGrab Dec 8, 2023
0195913
chore: fix merge conflict
ChristoGrab Dec 8, 2023
4814279
Merge branch 'master' into christo/mailchimp-start-date
ChristoGrab Dec 11, 2023
918388d
Merge branch 'master' into christo/mailchimp-start-date
ChristoGrab Dec 11, 2023
b7d30b7
merge changes from update to 1.0.0
ChristoGrab Dec 19, 2023
2b4b74f
Merge branch 'christo/mailchimp-start-date' of https://github.com/air…
ChristoGrab Dec 19, 2023
f6953e3
add separate method for client-side filter
ChristoGrab Dec 20, 2023
aa2b6de
chore: format fix
ChristoGrab Dec 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix merge conflict
ChristoGrab committed Dec 8, 2023
commit 019591360a2539aea51f6f89a5bd60f722e2e8ed
Original file line number Diff line number Diff line change
@@ -89,5 +89,37 @@
"stream_state": { "timestamp": 1700681340514 },
"stream_descriptor": { "name": "property_history" }
}
},
{
"type": "STREAM",
"stream": {
"stream_descriptor": { "name": "contacts_web_analytics" },
"stream_state": {
"601": {
"occurredAt": "2023-12-01T22:09:29.626Z"
},
"2601": {
"occurredAt": "2023-12-01T22:11:15.870Z"
},
"251": {
"occurredAt": "2023-12-01T22:08:24.346Z"
},
"2501": {
"occurredAt": "2023-12-01T22:10:02.613Z"
},
"401": {
"occurredAt": "2023-12-01T22:08:57.083Z"
},
"151": {
"occurredAt": "2023-12-01T22:07:17.836Z"
},
"2551": {
"occurredAt": "2023-12-01T22:10:43.512Z"
},
"651": {
"occurredAt": "2023-12-01T22:07:51.996Z"
}
}
}
}
]
You are viewing a condensed version of this merge commit. You can view the full changes here.