Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: Fix update_source semantics and errors #66

Merged
merged 1 commit into from
Jul 17, 2021
Merged

Conversation

vrajat
Copy link
Member

@vrajat vrajat commented Jul 17, 2021

DefaultSchema object was not being instantiated correctly resulting in
AttributeError. Fix the errors and also resolve relationships to easily
access source and schema objects.

Fix #65

DefaultSchema object was not being instantiated correctly resulting in
AttributeError. Fix the errors and also resolve relationships to easily
access source and schema objects.

Fix tokern#65
@codecov
Copy link

codecov bot commented Jul 17, 2021

Codecov Report

Merging #66 (92c6898) into master (49a86e6) will increase coverage by 1.04%.
The diff coverage is 77.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   82.35%   83.39%   +1.04%     
==========================================
  Files           8        8              
  Lines        1054     1078      +24     
  Branches      103      108       +5     
==========================================
+ Hits          868      899      +31     
+ Misses        156      147       -9     
- Partials       30       32       +2     
Impacted Files Coverage Δ
data_lineage/__init__.py 82.19% <77.96%> (+4.20%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 49a86e6...92c6898. Read the comment docs.

@vrajat vrajat merged commit facb850 into tokern:master Jul 17, 2021
@vrajat vrajat deleted the issue-65 branch July 17, 2021 06:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update_schema API returns KeyError
1 participant