pub fn create_with_context(
    name: impl AsRef<str>,
    params: impl IntoIterator<Item = impl AsRef<str>>,
    context: &Context
)
Expand description

Creates a new data source from a named template with parameters with additional context.