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

qa-checks: Ignore jar files for HTTPS checks #29615

Merged
merged 1 commit into from
Aug 18, 2023
Merged

Conversation

pedroslopez
Copy link
Contributor

@pedroslopez pedroslopez commented Aug 18, 2023

What

When running QA Checks for java connectors, we see this line:

airbyte-integrations/connectors/destination-snowflake/lib/snowflake-jdbc.jar could not be decoded as it is not UTF8.

Which comes from

print(f"{path} could not be decoded as it is not UTF8.")

We should ignore jar files when checking for HTTPS urls.

How

Add it to the exclusions list

@pedroslopez pedroslopez merged commit c1bc88e into master Aug 18, 2023
18 checks passed
@pedroslopez pedroslopez deleted the pedroslopez-patch-3 branch August 18, 2023 19:46
harrytou pushed a commit to KYVENetwork/airbyte that referenced this pull request Sep 1, 2023
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.

None yet

2 participants