deprecated function removed, no need for backup
This commit is contained in:
@@ -39,8 +39,13 @@ async fn discover_steel_decimal_output(
|
||||
script.to_string(),
|
||||
"STRINGS",
|
||||
Arc::new(pool.clone()),
|
||||
context,
|
||||
).map_err(|e| format!("Script execution failed: {}", e))?;
|
||||
1,
|
||||
"test_schema".to_string(),
|
||||
"test_table".to_string(),
|
||||
input_data,
|
||||
)
|
||||
.await
|
||||
.map_err(|e| format!("Script execution failed: {}", e))?;
|
||||
|
||||
let Value::Strings(mut script_output) = script_result else {
|
||||
return Err("Script must return string values".to_string());
|
||||
|
||||
Reference in New Issue
Block a user