-
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 Pinterest: filters for entity statuses #15074
🎉 Source Pinterest: filters for entity statuses #15074
Conversation
|
airbyte-integrations/connectors/source-pinterest/source_pinterest/source.py
Show resolved
Hide resolved
airbyte-integrations/connectors/source-pinterest/source_pinterest/spec.json
Outdated
Show resolved
Hide resolved
@drewrasm please sign the CLA. |
28d9249
to
ed2cfad
Compare
@misteryeo can you check the change in the connector specification? |
@marcosmarxm let me know if there's anything in your requested changes I need to address, thanks! 👍 |
/test connector=connectors/source-pinterest
Build FailedTest summary info:
|
/test connector=connectors/source-pinterest |
@marcosmarxm I had the same failures in the tests happening independent if I was on my branch or master locally. I fixed what I could locally of the tests that were broken. Can you verify my changes broke the tests and that they weren't already failing? That would help out tremendously, thanks! |
I think our account is not passing the tests, I need to investigate further but asap I discovered that I'll return to you. Thanks for the contribution |
@marcosmarxm thanks for checking into that, is there any update towards getting those tests resolved? Please don't hesitate to let me know of anything I'll need to change in the PR. Thanks again! |
@misteryeo would you be able to give us an update on the progress of getting the tests resolved? Thank you for your time! |
Apologies for the delay here! Checking in with @marcosmarxm on this as he's the one investigating and will come back to you with an update! |
Sorry delay here @drewrasm I'll take a look tomorrow! |
Hey @marcosmarxm, just wanted to check-in and see if you were able to take a look? |
Yes @coltonpomeroy but I'm having problem with the API token access. Hope get this solved today/tomorrow. Sorry the delay to fix it and merge your contribution |
Hey @marcosmarxm, were you able to resolve the issue you were having with the API token access? |
@arsenlosenko |
/publish connector=connectors/source-pinterest
if you have connectors that successfully published but failed definition generation, follow step 4 here |
@drewrasm thanks for added changes and keeping this PR up to date compared to master branch, I am publishing this version of connector now, once it is all done, the PR will be merged. |
@arsenlosenko thank you! |
/publish connector=connectors/source-pinterest run-tests=false
if you have connectors that successfully published but failed definition generation, follow step 4 here |
@drewrasm the previous command failed because of the tests, skipping them now and publishing again |
@drewrasm the changes were published, will merge it once the required checks have passed |
@marcosmarxm I see that you have requested changes in this PR earlier, the PR is ready to be merged, can you please take a look if your requested changes were done? |
@arsenlosenko Awesome, that's great news! Those requested changes should be taken care of. I have comments about how I resolved those requests. |
request was already resolved previously: #15074 (comment)
What
Previously there was no way to filter off of
entity_statuses
in a Pinterest integration. Here are the docs for the url params.How
In the source for Pinterest, the option to allow a status for the entities that can be filtered off of statuses was added.
Recommended reading order
spec.json
source.py
🚨 User Impact 🚨
The parameters are totally optional, so there is no impact on current functionality.
Pre-merge Checklist
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 hereTests
Unit
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.