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

DM-34887: Transfer dimension records with butler.transfer_from() #708

Merged
merged 6 commits into from Jul 15, 2022

Conversation

timj
Copy link
Member

@timj timj commented Jul 7, 2022

This allows completely unrelated datasets to be copied into
a new butler.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov
Copy link

codecov bot commented Jul 7, 2022

Codecov Report

Merging #708 (9693f7f) into main (07e057c) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #708      +/-   ##
==========================================
+ Coverage   84.56%   84.58%   +0.01%     
==========================================
  Files         243      243              
  Lines       31854    31875      +21     
  Branches     5972     5982      +10     
==========================================
+ Hits        26937    26961      +24     
+ Misses       3745     3744       -1     
+ Partials     1172     1170       -2     
Impacted Files Coverage Δ
python/lsst/daf/butler/script/transferDatasets.py 41.17% <ø> (ø)
python/lsst/daf/butler/_butler.py 80.14% <100.00%> (+0.56%) ⬆️
python/lsst/daf/butler/cli/cmd/commands.py 91.36% <100.00%> (+0.02%) ⬆️
...ython/lsst/daf/butler/registry/dimensions/table.py 86.01% <100.00%> (+0.11%) ⬆️
tests/test_butler.py 97.61% <100.00%> (+<0.01%) ⬆️
...ython/lsst/daf/butler/registry/databases/sqlite.py 85.81% <0.00%> (+1.41%) ⬆️

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 07e057c...9693f7f. Read the comment docs.

python/lsst/daf/butler/_butler.py Outdated Show resolved Hide resolved
@timj timj merged commit 1150d9f into main Jul 15, 2022
@timj timj deleted the tickets/DM-34887 branch July 15, 2022 00:00
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