Describe the bug
I've created a connection to my Postgres DB using
#r "nuget:Microsoft.DotNet.Interactive.PostgreSql, *-*"
and
#!connect postgres --kernel-name "search-db" --connection-string "***"
I'm now trying to store the value of a query to share with a C# cell using this example I found for SQL Server cells:
#!sql-search-db --name "Searches"
SELECT *
FROM "Searches"
LIMIT 10;
I'm getting the error:
Error: (1,22): error DNI103: Unrecognized parameter name '--name'
Is this feature implemented yet?
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
.NET Interactive
© 2020-2025 Microsoft Corporation
Version: 1.0.617701+fb2fd8022ab96c55fbaf34d5e1c8c61cb01690fc
Library version: 1.0.0-beta.25177.1+fb2fd8022ab96c55fbaf34d5e1c8c61cb01690fc
https://github.com/dotnet/interactive
Screenshots
If applicable, please add screenshots of the entire VS Code window.
Describe the bug
I've created a connection to my Postgres DB using
and
I'm now trying to store the value of a query to share with a C# cell using this example I found for SQL Server cells:
I'm getting the error:
Is this feature implemented yet?
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!aboutmagic command. ):.NET Interactive
© 2020-2025 Microsoft Corporation
Version: 1.0.617701+fb2fd8022ab96c55fbaf34d5e1c8c61cb01690fc
Library version: 1.0.0-beta.25177.1+fb2fd8022ab96c55fbaf34d5e1c8c61cb01690fc
https://github.com/dotnet/interactive
Screenshots
If applicable, please add screenshots of the entire VS Code window.