cartography
cartography copied to clipboard
Neo4j: read_transaction & write_transaction renamed to execute_read and execute_write
(as if we didn't have enough stuff to do 😂)
tests/integration/cartography/intel/okta/test_awssaml.py::test_get_awssso_role_arn
/var/cartography/cartography/intel/okta/awssaml.py:156: DeprecationWarning: read_transaction has been renamed to execute_read
return neo4j_session.read_transaction(read_single_value_tx, query, account_id=account_id, role_hint=role_hint)
tests/integration/cartography/intel/okta/test_awssaml.py::test_load_okta_group_to_awssso_roles
/var/cartography/cartography/intel/okta/awssaml.py:206: DeprecationWarning: write_transaction has been renamed to execute_write
neo4j_session.write_transaction(_load_awssso_tx, group_to_role, okta_update_tag)
need to update our usages of those functions.