Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Atlas UI doesn't load the properties of entity.

avatar
New Member

I'm using:project.version:1.1.0 build.version:1.1.0

I created 2 types: o_table and o_column and referenced entities with help of RestAPI. The table has an attribute column - array of o_column.

Check the sources: example-types.json column-entity.json table.json

Now when I try to open table properties UI doesn't show it(Infinite loading), while showing properties for any column works fine.
In the console of the browser, I found out the js error. Check the screenshots:
When I remove that "position" form js script everything works fine and I can see the properties of the entity table.
My question is: Is it related to how I defined the entities or is it a bug in Atlas UI?

93603-screen-shot-2018-11-15-at-10204-pm.png

93602-screen-shot-2018-11-15-at-125944-pm.png

1 ACCEPTED SOLUTION

avatar
New Member

More details here: https://issues.apache.org/jira/browse/ATLAS-1521

In short, if your entity has attribute column then Atlas UI expects that it should have an attribute "position". The easy fix doesn't: use this "attribute" name. It might be fixed in later versions but I don't have such choice.

View solution in original post

2 REPLIES 2

avatar
New Member

Looks like it is a similar issue https://issues.apache.org/jira/browse/ATLAS-1536
Found it in issue tracker.

avatar
New Member

More details here: https://issues.apache.org/jira/browse/ATLAS-1521

In short, if your entity has attribute column then Atlas UI expects that it should have an attribute "position". The easy fix doesn't: use this "attribute" name. It might be fixed in later versions but I don't have such choice.