-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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: Fix schemas and UI issues #8256
Conversation
/test connector=connectors/source-mixpanel
|
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.
@lazebnyi how does this fix the normalization issue?
@sherifnada As I said in the status, unfortunately, I could not reproduce the issue with normalization. In the contributor's log, I found this row:
I think the problem is with destination tables and data types there. Maybe changes were made manually by the contributor. |
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.
LGTM - can you add an explanation in the PR description of why this fixes the problem for historical context based on our slack convo?
/test connector=connectors/source-mixpanel
|
/test connector=connectors/source-mixpanel
|
/publish connector=connectors/source-mixpanel
|
* Fixed schemas and ui issues * Deleted anyOf structure from schema * Updated PR number * Added fields with static data types to cohort_members schema * Add DefaultSchemaNormalization to Engage and CohortMembers streams * Changed Transformer name * Checkin specs
What
#8062 - Source Mixpanel: failed during normalization
How
Normalization fix:
For
engage
stream already fixed bug here PR, need refresh schemas on the cloud. Forcohort_members
stream hard-code types for known 'standard' fields, but rely on API for other 'custom' fields. Also was enabled DefaultSchemaNormalization forengage
andcohort_members
streams.UI fix:
Fixed schema
anyOf
construction issue forexport
andfunnel
streams. Added titles and deleteddate_window_size
fromspec.json
according to UX handbook.Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here