pub async fn get_internal_tables_by_id<C>( job_id: ObjectId, db: &C, ) -> MetaResult<Vec<TableId>>where C: ConnectionTrait,