Code Monkey home page Code Monkey logo

amundsen-atlas-types's Issues

Enriching `User` with Amundsen metadata like names, reporting structure

Hi,

We're working on an Atlas + Amundsen deployment on Docker Compose.
We are interested in syncing users from Active Directory to Atlas using the User model that exists on this repo.
I'm however wondering how we can add more attributes to the User, so that we could achieve parity with what the amundsendatabuilder supports for Neo4J.

Does anyone have guidance on what we would need to do?
Thanks

"Given typename StatisticsEntry was invalid" when creating types

Steps:

  1. Install Apache Atlas release-2.1.0-rc1 by building from source (not sure if it matters).
  2. Run the Atlas quick start to create some sample data and types as bin/quick_start.py
  3. Install amundsen-atlas-types from source (python3 setup.py install) and run the following from a Python shell:
from amundsenatlastypes import Initializer
  
init = Initializer()
init.create_required_entities(fix_existing_data=True)
  1. This logs the following at the start but then is able to create other entities without any error.
Trying to create Column Entity                                            
Already Exists, updating Column Entity
Something wrong happened: HTTP request failed for PUT http://localhost:21000/api/atlas/v2/types/typedefs: Not found 404: {"errorCode":"ATLAS-404-
00-001","errorMessage":"Given typename StatisticsEntry was invalid"}       
Applied Column Entity Definition

Now trying to get the type shows:

$ curl -X GET http://localhost:21000/api/atlas/v2/types/structdef/name/StatisticsEntry -u admin:admin
{"errorCode":"ATLAS-404-00-001","errorMessage":"Given typename StatisticsEntry was invalid"}

Is there something I'm doing wrong or can someone else reproduce this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.