-
Notifications
You must be signed in to change notification settings - Fork 340
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
Need to create index on AWSPrincipal and not Principal #11
Labels
schema
Graph data schema issues
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed for inactivity. If you still wish to make these changes, please open a new change or reopen this one. |
Resolved in #175! |
ramonpetgrave64
added a commit
to neilroebert/cartography
that referenced
this issue
Oct 24, 2023
The new types-requests version is requiring urllib>2 ``` cartography-cncf#11 59.90 Collecting urllib3>=2 (from types-requests->-r test-requirements.txt (line 8)) cartography-cncf#11 59.93 Downloading urllib3-2.0.7-py3-none-any.whl.metadata (6.6 kB) ``` * https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/requests.md#23107-2023-10-01
neilroebert
pushed a commit
to neilroebert/cartography
that referenced
this issue
Oct 25, 2023
The new types-requests version is requiring urllib>2 ``` cartography-cncf#11 59.90 Collecting urllib3>=2 (from types-requests->-r test-requirements.txt (line 8)) cartography-cncf#11 59.93 Downloading urllib3-2.0.7-py3-none-any.whl.metadata (6.6 kB) ``` * https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/requests.md#23107-2023-10-01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/lyft/cartography/blob/master/cartography/data/indexes.cypher#L37:
We create an index on a
Principal
node, but we don't ingest that anywhere. Perhaps this should be an AWSPrincipal instead?The text was updated successfully, but these errors were encountered: