interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Change "--kernel-name" parameter for #!connect command for kql + sql to "--database-name"

Open claudiaregio opened this issue 3 years ago • 1 comments

To have a clear delineation between kernel and database, let's change the "--kernel-name" parameter for KQL and SQL to "--database-name"

We can leave support for the old syntax and recommend in the output that people update their code to --database-name when using KQL/SQL

claudiaregio avatar Jul 25 '22 23:07 claudiaregio

This option isn't specifying the database name, it's giving a name to the dynamically-connected kernel.

jonsequitur avatar Aug 01 '22 16:08 jonsequitur