print debug snowflake token

This commit is contained in:
Ruben Fiszel
2024-01-23 02:29:57 +01:00
parent cfc31e6e3f
commit ba49e547bf
@@ -100,7 +100,7 @@ pub async fn do_snowflake(
let token = encode(&Header::new(Algorithm::RS256), &claims, &private_key)
.map_err(|e| Error::ExecutionErr(e.to_string()))?;
tracing::debug!("Snowflake token: {}", token)
tracing::debug!("Snowflake token: {}", token);
let mut bindings = serde_json::Map::new();
let sig = parse_snowflake_sig(&query)