question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Proposal: Implement `create_update_user` function for Metadata Service `gremlin_proxy`

See original GitHub issue

Expected Behavior or Use Case

Currently, the function gremlin_proxy.py#create_update_user is not implemented as it is implemented for neo4j

This implementation is required when the OIDC with indexUsers is configured, in order to create the user details.

References

Documentation reference: https://www.amundsen.io/amundsen/metadata/docs/configurations/#user_detail_method-optional

Article reference: https://www.stemma.ai/blog-post/how-to-setup-oidc-authentication-in-amundsen topic Optional: Ingest Users in metadata proxy

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
hansadriaanscommented, Sep 5, 2022

Turns out there are two main issues:

  1. Neptune doesn’t support None types (it puts in string ‘null’)
  2. the current package neptune 1.4.0.1 somehow doesn’t support nested structure in the order by. So order by item.row_id doesn't work and item.row_id as item_row_id order by item_row_id` does work.

We are working on some small changes here

1reaction
hansadriaanscommented, Aug 29, 2022

There is a lot of functionality not implemented for gremlin that is implemented in Neo4j. We are currently looking into using openCypher for Neptune not using Gremlin anymore

Read more comments on GitHub >

github_iconTop Results From Across the Web

Instance metadata and user data - AWS Documentation
Access instance metadata, dynamic data, and user data to configure and manage a running Amazon EC2 instance.
Read more >
Plan for managed metadata in SharePoint Server
Learn about the decisions you need to make when planning for the managed metadata service in SharePoint Server.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found