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

Fix node aliases with trailing underscores #133

Open
jacobtylerwalls opened this issue Nov 20, 2024 · 0 comments
Open

Fix node aliases with trailing underscores #133

jacobtylerwalls opened this issue Nov 20, 2024 · 0 comments

Comments

@jacobtylerwalls
Copy link
Member

jacobtylerwalls commented Nov 20, 2024

5 nodes have aliases with trailing underscores, making them unable to be usefully queried as part of the Arches Model QuerySets feature. (Related: I should add some error handling around that.)

In [10]: Node.objects.filter(alias__endswith="_", graph__source_identifier=None).values_list('alias', flat=True)
Out[10]: <QuerySet ['concept_', 'creation_sources_', 'data_assignment_', 'professional_activity_identifier_data_assignment_', 'standards_sources_']>

Suggest we fix the models.

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