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-42797: Fix templates for data query typo and chain collection ordering issue #39

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

jenimal
Copy link
Contributor

@jenimal jenimal commented Feb 20, 2024

There was a typo, an extra " in the data query that we fixed and the output chain collection was generating a user collection unnecessarily to fix this we set the output collection to null and that worked.

Copy link
Contributor

@yalsayyad yalsayyad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know the commits in cm_prod are the wild west, but it'd good to get in the habit of the DM commit style so that you don't even think about it when your committing to a DM repo: https://developer.lsst.io/work/flow.html#git-commit-message-best-practices

Fix template for... would have been better. I would have worded this something like:

Override finalJob and remove step8

because step8 is run outside of cm_tools

priority: 1000

executionButler:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this executionButler section end up being needed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a last-ditch effort to see if the issues with BPS making extra collection chains would go away if we put this back in. It didn't work; Michelle helped us with another solution-- trying to track that down now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the bit on Jen's commit is what we need. I'll have to clean up the PR and make sure this gets in before we start the next weekly.

# Use this for runs you want in the butler in the traditional place
#root_coll="HSC/runs/RC2"
root_coll="HSC/runs/RC2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably want to leave the default as the generic test root_coll of as "u/${USER}/cm".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oop, I didn't think this would get pulled in. I can clean up the pull request later today or before this gets merged, thanks.

@eigerx eigerx changed the title DM-42797: fixed templates for data query typo and chain collection ordering issue DM-42797: Fix templates for data query typo and chain collection ordering issue Feb 22, 2024
@eigerx eigerx merged commit 503bde6 into main Feb 22, 2024
5 checks passed
@eigerx eigerx deleted the tickets/DM-42797 branch February 22, 2024 18:54
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.

3 participants