-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add new marketing emails (with statistics) stream #5840
Add new marketing emails (with statistics) stream #5840
Conversation
thanks for the contribution @n0rritt, do you need any assistance here? After finishing the change could you change the PR from draft to ready to review? |
@marcosmarxm I no longer get timeout >= 360ms error when I use the demo API key and raise the
it seems to have a problem with the validation of a datetime field, but the only timestamp field that I can see in |
a71affc
to
a4651e9
Compare
@n0rritt the problem was that acceptance tests was expecting a value and you send None. I think this was already corrected. Could you update with master and try again? Tomorrow I'll review the new stream, but overall looks great! Could you post a picture showing that all tests are passing too (after correcting the problem of course)? |
@marcosmarxm I've marked the PR ready for review, but I could not manage to get the integration test running succesfully when I use our Snapchat API key we get a timeout even when we raise the timeout to 3600s for the test when I use the demo API key I get a JSON validation error because it seems that the response from the demo API does not follow the current schema definition I was however able to run the modified Hubspot connector on our Airbyte instance successfully by registering our own docker image on Docker Hub https://hub.docker.com/repository/docker/dat4plu5d3nt4l/source-hubspot maybe the integration test will work for your test account better, but please tell me if I should adapt something |
a4651e9
to
90682ca
Compare
we should update docs and add change history |
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.
Please add change history to docs
60df19b
to
bbedd67
Compare
@midavadim docs & changelog have been updated |
Hi @n0rritt can you resolve the conflict in hubspot.md file? @midavadim can you review again? |
0b2e80e
to
10535e1
Compare
@marcosmarxm I've rebased to current master and fixed all conflics |
Sorry the delay @n0rritt, can you sign the CLA? |
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! Thanks
10535e1
to
80ea5c6
Compare
@marcosmarxm I've rebased to master again, can you check whether we can finally merge the PR please? |
d5cc9f0
to
907dc9a
Compare
907dc9a
to
388d1e2
Compare
@marcosmarxm could you check again whether we can finally merge this PR please? |
388d1e2
to
7207229
Compare
…rbytehq#5840) * Add new marketing emails (with statistics) stream * Update docs and changelog
What
Add new stream to Hubspot connector for Marketing Email API (with statistics)
How
Extend existing Hubspot connector by adding:
Recommended reading order
api.py
marketing_emails.json
sample_files/configured_catalog.json
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Stream in existing Hubspot Connector
Community member or Airbyter
README.md
docs/SUMMARY.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
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