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

Feature request: Add a mapping from FieldId to RecordSetId to Metadata. #711

Open
ccl-core opened this issue Jul 10, 2024 · 0 comments
Open
Assignees

Comments

@ccl-core
Copy link
Contributor

It would be useful to link a field to the recordset which is using it.

Something like:

field_to_recordset: dict[str, str] = {}
for record_set in metadata.record_sets:
  for field in record_set.fields:
    field_to_recordset[field.id] = record_set.id
...
@ccl-core ccl-core self-assigned this Jul 10, 2024
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

No branches or pull requests

1 participant