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.
pub async fn list_object_dependencies(
txn: &DatabaseTransaction,
include_creating: bool,
) -> MetaResult<Vec<ObjectDependency>>List object dependencies with optional filtering of non-created streaming jobs.