pub(super) async fn get_pending_statements(
client: &Client,
deploy_id: &str,
) -> Result<Vec<PendingStatement>, ConnectionError>Expand description
Get pending statements for a deployment that haven’t been executed yet.
pub(super) async fn get_pending_statements(
client: &Client,
deploy_id: &str,
) -> Result<Vec<PendingStatement>, ConnectionError>Get pending statements for a deployment that haven’t been executed yet.