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

Loader failure when a property has value set given by URL #26

Open
majensen opened this issue Sep 18, 2023 · 0 comments
Open

Loader failure when a property has value set given by URL #26

majensen opened this issue Sep 18, 2023 · 0 comments
Assignees

Comments

@majensen
Copy link
Collaborator

The Neo4j loader fails when a property definition contains something like:

property1:
  Enum:
    - https://example.org/property1_values
...

The problem is that the routine in mdb.py correctly creates a value_set object in this event, but doesn't assign it back to the property object. This is a simple patch.

@majensen majensen self-assigned this Sep 18, 2023
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