You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Failed to apply parameter '{parameter}': {source}. Ensure the value is valid and retry.\nFor details, visit: https://spiceai.org/docs/components/data-connectors/flightsql#params"
Copy file name to clipboardExpand all lines: crates/runtime/src/dataconnector/spiceai.rs
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,14 @@ pub enum Error {
72
72
value:Arc<str>,
73
73
source:InvalidMetadataValue,
74
74
},
75
+
76
+
#[snafu(display(
77
+
"Failed to apply parameter '{parameter}': {source}. Ensure the value is valid and retry.\nFor details, visit: https://spiceai.org/docs/components/data-connectors/spiceai#parameters"
0 commit comments