pub async fn build_pool(
conn: &RedshiftConnection,
max_connections: u32,
) -> Result<Pool<Postgres>, FaucetError>Available on crate features
sink-redshift or source-redshift only.Expand description
Build a pool and eagerly validate one connection so bad credentials / an unreachable host fail fast.