list_object_dependencies

Function list_object_dependencies 

Source
pub async fn list_object_dependencies(
    txn: &DatabaseTransaction,
    include_creating: bool,
) -> MetaResult<Vec<ObjectDependency>>
Expand description

List object dependencies with optional filtering of non-created streaming jobs.