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 Mixpanel low code migration #36724

Merged
merged 60 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
492dfe4
Initialization of low code migration
midavadim Mar 27, 2024
0ba0485
cohort_members_stream
midavadim Mar 27, 2024
f64abec
cohorts and revenue streams custom components
midavadim Mar 27, 2024
672d7fc
fixed records for engage streams
midavadim Mar 29, 2024
b931bc2
auth
midavadim Apr 1, 2024
95a220a
addded project secret auth method
midavadim Apr 1, 2024
3f223b1
error handling
midavadim Apr 1, 2024
6786628
removed comments
midavadim Apr 1, 2024
dc28438
funnels with partitition
midavadim Apr 2, 2024
38ff0e7
funnels with partitition
midavadim Apr 5, 2024
e628c0b
add custom FunnelsSubstreamPartitionRouter
midavadim Apr 9, 2024
ee81cbd
added custom pagination for engage stream
midavadim Apr 10, 2024
b6095c2
added dynamic schema for engage
midavadim Apr 10, 2024
43a620b
added caching for schema
midavadim Apr 10, 2024
a52051f
added comments
midavadim Apr 10, 2024
2b8e9dc
added export stream
midavadim Apr 11, 2024
9f7f29a
work around for timezone mismatch problem
midavadim Apr 11, 2024
554ea83
integrated config params
midavadim Apr 11, 2024
2d12e72
added export stream
midavadim Apr 11, 2024
ed70354
code clean up
midavadim Apr 11, 2024
32954f2
updated doc
midavadim Apr 12, 2024
9f31d43
format
midavadim Apr 12, 2024
2d43bc4
add option_title attr to config
midavadim Apr 12, 2024
5ffaa96
removed old code
midavadim Apr 12, 2024
3c6978d
updated unit test
midavadim Apr 15, 2024
fddbd47
format
midavadim Apr 15, 2024
4f0aab7
added reqs_per_hour_limit
midavadim Apr 15, 2024
e4f6911
tweeked reqs_per_hour_limit
midavadim Apr 15, 2024
159c023
updated unit tests
midavadim Apr 16, 2024
70a7edd
updated unit tests
midavadim Apr 17, 2024
52fcc67
removed tag
midavadim Apr 17, 2024
ac896dc
added test_export_get_json_schema
midavadim Apr 17, 2024
1e03761
updated test_funnels_stream
midavadim Apr 17, 2024
752a925
updated test_export_stream_fail
midavadim Apr 17, 2024
9dbdc41
fix review comments
midavadim Apr 23, 2024
ed162c8
annotations update
midavadim Apr 23, 2024
a81c117
format
midavadim Apr 23, 2024
3ca9583
update unit test
midavadim Apr 23, 2024
eaae7d1
Merge branch 'master' into midavadim/36356-mixpanel-low-code-migration
midavadim Apr 24, 2024
d0df96b
added pagination for cohort_members, fixed delay, added unit get_requ…
midavadim Apr 25, 2024
bad3e16
disabled incremental sync for annotations
midavadim Apr 25, 2024
65ddbc7
set reqs_per_hour_limit = 60
midavadim Apr 25, 2024
980f593
added semi-incremental support
midavadim Apr 26, 2024
77ff468
Merge branch 'master' into midavadim/36356-mixpanel-low-code-migration
midavadim Apr 26, 2024
1df4398
fixed unit tests
midavadim Apr 26, 2024
d9f7b90
added default start_date value
midavadim Apr 30, 2024
d9972f6
add browser_version transformation to string
midavadim May 2, 2024
c93faf4
Merge branch 'master' into midavadim/36356-mixpanel-low-code-migration
midavadim May 2, 2024
b49aeb2
removed comments
midavadim May 2, 2024
7a3e613
added state migration
midavadim May 5, 2024
fe17df1
format
midavadim May 6, 2024
6cd1009
Merge branch 'master' into midavadim/36356-mixpanel-low-code-migration
girarda May 6, 2024
0de9682
updated cdk version, removed odd incremental_sync for annotations stream
midavadim May 7, 2024
3a897d4
Merge remote-tracking branch 'origin/midavadim/36356-mixpanel-low-cod…
midavadim May 7, 2024
fecb825
updated manifest version
midavadim May 7, 2024
3fb1860
moved get_url_base to manifest
midavadim May 7, 2024
776250f
added doc
midavadim May 7, 2024
e37672f
Merge branch 'master' into midavadim/36356-mixpanel-low-code-migration
midavadim May 7, 2024
e510be1
fix after merge
midavadim May 7, 2024
92655a8
update abnormal test
midavadim May 7, 2024
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
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-mixpanel/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 12928b32-bf0a-4f1e-964f-07e12e37153a
dockerImageTag: 2.2.0
dockerImageTag: 2.3.0
dockerRepository: airbyte/source-mixpanel
documentationUrl: https://docs.airbyte.com/integrations/sources/mixpanel
githubIssueLabel: source-mixpanel
Expand Down Expand Up @@ -57,5 +57,5 @@ data:
supportLevel: certified
tags:
- language:python
- cdk:python
- cdk:low-code
metadataSpecVersion: "1.0"
32 changes: 16 additions & 16 deletions airbyte-integrations/connectors/source-mixpanel/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "2.2.0"
version = "2.3.0"
name = "source-mixpanel"
description = "Source implementation for Mixpanel."
authors = [ "Airbyte <[email protected]>",]
Expand Down
Loading
Loading