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

fix: Add tests for SQL type conversion from JSON schemas #1775

Merged
merged 7 commits into from
Jun 19, 2023

Conversation

pnadolny13
Copy link
Contributor

@pnadolny13 pnadolny13 commented Jun 19, 2023

Closes #1774

I added tests that I let run in CI and they fail https://github.com/meltano/sdk/actions/runs/5315601259/jobs/9624162264 then I pushed the change that fixes them.


📚 Documentation preview 📚: https://meltano-sdk--1775.org.readthedocs.build/en/1775/

@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Merging #1775 (21fd8ea) into main (e877215) will increase coverage by 0.08%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1775      +/-   ##
==========================================
+ Coverage   85.61%   85.69%   +0.08%     
==========================================
  Files          59       59              
  Lines        4937     4937              
  Branches      809      809              
==========================================
+ Hits         4227     4231       +4     
+ Misses        507      505       -2     
+ Partials      203      201       -2     
Impacted Files Coverage Δ
singer_sdk/typing.py 96.77% <100.00%> (+1.84%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@edgarrmondragon edgarrmondragon changed the title fix: add tests for sql type parsing fix: Add tests for SQL type conversion from JSON schemas Jun 19, 2023
@edgarrmondragon
Copy link
Collaborator

This is great, thanks @pnadolny13!

@edgarrmondragon edgarrmondragon merged commit 7e8997f into main Jun 19, 2023
27 checks passed
@edgarrmondragon edgarrmondragon deleted the fix_anyof_sql_types branch June 19, 2023 20:21
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.

bug: anyOf sql types not parsed properly
2 participants