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

hotfix: Fix Build Misc #391

Merged
merged 4 commits into from
Sep 22, 2020
Merged

Conversation

cgardens
Copy link
Contributor

@cgardens cgardens commented Sep 22, 2020

What

  • pbf interface change happened in parallel with code changes that involved that interface so exception handling needed to be fixed to meet new iface in those cases.
  • image_exists script was in scheduler resources, not workers resources. the integration tests only depend on workers, which meant they did not have access to the image_exists script when they needed to. moved image_exists into workers resources instead.
  • Issue in image_exists script that did not handle the case where the image does not exist in the remote and only exists locally causing postgres integration tests to fail. fixed.
  • new version of postgres source image was referenced in code but not published so acceptance tests were failing. published.
  • the docker image is never successfully found in check connection only. this is a weird one, and i don't think i'm close to figuring it out. going to comment out checking for the docker image for now while i debug that. by commenting out the rest of the build succeeds to unblock everyone else.

@cgardens cgardens marked this pull request as ready for review September 22, 2020 22:19
@cgardens cgardens merged commit 1d1559e into master Sep 22, 2020
@cgardens cgardens deleted the cgardens/hot_fix_add_exceptions_to_tests branch September 22, 2020 22:34
Copy link
Contributor

@michel-tricot michel-tricot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

davydov-d added a commit that referenced this pull request Sep 23, 2022
* #481 oncall source fb marketing: limit time range to 37 months

* source fb marketing: upd changelog

* #391 source facebook-marketing: retry on getting error 960

* source facebook marketing: format code

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <[email protected]>
robbinhan pushed a commit to robbinhan/airbyte that referenced this pull request Sep 29, 2022
…7027)

* airbytehq#481 oncall source fb marketing: limit time range to 37 months

* source fb marketing: upd changelog

* airbytehq#391 source facebook-marketing: retry on getting error 960

* source facebook marketing: format code

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <[email protected]>
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
…7027)

* airbytehq#481 oncall source fb marketing: limit time range to 37 months

* source fb marketing: upd changelog

* airbytehq#391 source facebook-marketing: retry on getting error 960

* source facebook marketing: format code

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants