-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
#12605 Added "end_date" field for source Mixpanel in specs #12801
Conversation
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.
thanks for the contributon @michaelnguyen26 maybe a small addition, wdyt?
airbyte-integrations/connectors/source-mixpanel/source_mixpanel/spec.json
Outdated
Show resolved
Hide resolved
Sure @marcosmarxm that makes sense, your suggestion is added! Thank you. |
/test connector=connectors/source-mixpanel
|
…l/spec.json Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
/publish connector=connectors/source-mixpanel
|
/publish connector=connectors/source-mixpanel run-tests=false
|
* Added end_date for source mixpanel * Update airbyte-integrations/connectors/source-mixpanel/source_mixpanel/spec.json Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> * add end_date * auto-bump connector version Co-authored-by: Cheryl0402 <yi.cheryl.chen@gmail.com> Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
Adding the "end_date" into the config map of specs.json because it is referred to in the source.py of the source_mixpanel.
How
We followed the similar format of the "start_date" and also the "end_date" of other sources config files.
Recommended reading order
spec.json
Tests
Since this is config related there are no test cases available.