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

Support user-supplied run_stages on catalog import #377

Merged
merged 4 commits into from
Aug 12, 2024

Conversation

delucchi-cmu
Copy link
Contributor

Change Description

Closes #361.

Adds an option to run only a selection of stages in the catalog import pipeline. This can be useful if different dask client parameters are useful for different stages of the pipeline. This will be friendlier than attempting to kill the pipeline exactly between stage executions.

Code Quality

  • I have read the Contribution Guide and LINCC Frameworks Code of Conduct
  • My code follows the code style of this project
  • My code builds (or compiles) cleanly without any errors or warnings
  • My code contains relevant comments and necessary documentation

Copy link

codecov bot commented Aug 12, 2024

Codecov Report

Attention: Patch coverage is 98.75000% with 1 line in your changes missing coverage. Please review.

Project coverage is 99.72%. Comparing base (eeebc94) to head (49b7689).
Report is 50 commits behind head on main.

Files with missing lines Patch % Lines
src/hipscat_import/catalog/run_import.py 97.43% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #377   +/-   ##
=======================================
  Coverage   99.72%   99.72%           
=======================================
  Files          26       26           
  Lines        1461     1481   +20     
=======================================
+ Hits         1457     1477   +20     
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@delucchi-cmu delucchi-cmu merged commit e7f9b4c into main Aug 12, 2024
9 of 10 checks passed
@delucchi-cmu delucchi-cmu deleted the issue/361/stage branch August 12, 2024 18:43
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.

Catalog import: Option to run a single stage
2 participants