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

[connectors_qa] Remove DOCKER_HUB_USERNAME check #38017

Closed

Conversation

natikgadzhi
Copy link
Contributor

What

This PR cleans up connectors_qa a little bit, but does not change what it does functionally:

  • Let DOCKER_HUB_USERNAME be checked in metadata_lib instead. It will error out if it's missing anyway.
  • Remove redundant check on documentation file in MetadataValidator. It's already checked in documentation_validator separately.

Why

I was trying to figure out CI failures in #37839, and one of them (documentation test of connectors_qa itself) led me to running connectors_qa checks locally, which did not work, because DOCKER_HUB_USERNAME. I filed #38011 to address this.

Also, closes #38011.

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

- Let DOCKER_HUB_USERNAME be checked in `metadata_lib` instead. It will
  error out if it's missing anyway.
- Remove redundant check on documentation file in MetadataValidator.
  It's already checked in `documentation_validator` separately.
@natikgadzhi natikgadzhi requested a review from a team as a code owner May 7, 2024 10:17
Copy link

vercel bot commented May 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview May 7, 2024 10:17am

@natikgadzhi
Copy link
Contributor Author

@alafanechere already implemented this in #37787! So, this PR is mostly not needed, I'll see if I want to salvage the piece that extracts docs check.

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.

[connectors-qa] Running pytest should not require DOCKER_HUB_USERNAME
1 participant