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(targets): Check against the unconformed key properties when validating record keys #1853

Conversation

edgarrmondragon
Copy link
Collaborator

@edgarrmondragon edgarrmondragon commented Jul 18, 2023

@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #1853 (f44c1aa) into main (4c53313) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1853   +/-   ##
=======================================
  Coverage   86.56%   86.56%           
=======================================
  Files          59       59           
  Lines        5000     5000           
  Branches      811      811           
=======================================
  Hits         4328     4328           
  Misses        476      476           
  Partials      196      196           
Impacted Files Coverage Δ
singer_sdk/sinks/core.py 84.90% <100.00%> (ø)

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

@edgarrmondragon edgarrmondragon self-assigned this Jul 18, 2023
@BuzzCutNorman
Copy link
Contributor

@edgarrmondragon, wow fixed with a single _ bravo 👏.

@edgarrmondragon
Copy link
Collaborator Author

edgarrmondragon commented Jul 18, 2023

This seems to work in target-snowflake (MeltanoLabs/target-snowflake#94)

@edgarrmondragon
Copy link
Collaborator Author

I think we have enough validation that the fix works, so I'll go ahead and merge it

@edgarrmondragon edgarrmondragon merged commit e655386 into main Jul 18, 2023
@edgarrmondragon edgarrmondragon deleted the 1819-bug-incorrectly-raising-missingkeypropertieserror-when-column-name-conformed branch July 18, 2023 23:40
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: incorrectly raising MissingKeyPropertiesError when column name conformed
2 participants