Member since
11-14-2018
5
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1542 | 11-16-2018 09:16 PM |
11-16-2018
09:16 PM
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 more
11-16-2018
08:25 PM
Looks like it is a similar issue https://issues.apache.org/jira/browse/ATLAS-1536 Found it in issue tracker.
... View more
11-15-2018
11:11 AM
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?
... View more
Labels:
- Labels:
-
Apache Atlas
11-14-2018
07:11 PM
Hey @Neeraj Sabharwal, I checked existing tutorials and I like it. I'm gonna use the Rest API to add my custom types and entities. I have a question. I'm gonna add 65K entities. Is it wise to use a RestAPI for it? I would like to use this API call `api/atlas/v2/entity/bulk` and divide my amount on smaller bites like 10K, any suggestion here? Do you have any other suggestions for submitting such amount entities.
... View more