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-47730: Add method to get refcat schema from loader. #408

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TallJimbo
Copy link
Member

No description provided.

@jrmullaney jrmullaney self-requested a review January 17, 2025 16:42
Copy link
Contributor

@jrmullaney jrmullaney left a comment

Choose a reason for hiding this comment

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

Just a tiny query/comment about using the first refcat in the list.

I'm happy to approve.

"""
if not self.refCats:
raise RuntimeError("No reference tables could be found.")
cat = self.refCats[0].get()
Copy link
Contributor

Choose a reason for hiding this comment

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

This probably flags my naivety more than anything else, but unless you feel it's obvious to everyone else, I wonder whether it'd be useful to comment on why it's ok to only use the first refcat in the list.

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.

2 participants