I have a question about correlating Databricks system tables.
We are currently using the outbound_network and audit system tables. When a Databricks App makes an outbound network request, the request appears in the outbound network table with details such as the destination, event_id, and timestamp. However, the network_source_type is shown as unknown.
I have tried matching the outbound network event_id and timestamp with records in the audit table, but I have not found a reliable relationship between them.
What is the recommended way to identify which Databricks App generated a specific outbound network request?
For example, if we have 100 applications and several outbound calls to different destinations, how can we reliably associate each network event with the application that initiated it?
PS. I have checked event_id and timestamps doesn't work to identify the solution.