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
Hello,
I have used shinymanager authentication with sqllite database but since I wasn't persistence, I want to connect to SQL Server using .yml file.
Part of .yml file connection looks like this,
// # needed R packages for DB connection. Use comma separation for multiple dependencies like [package1, package2] r_packages: [odbc]
// optional. Default to false = connect one time per session. True = connect/disconnect each request
connect_every_request: false
// connection usong DBI Interface
// Possible to use !expr Sys.getenv("NAME_ENV_VAR")
// all args to be passed to DBI::dbConnect by default
// use fun: "connect_function_name" to use other connected functinon
Hello,
I have used shinymanager authentication with sqllite database but since I wasn't persistence, I want to connect to SQL Server using .yml file.
Part of .yml file connection looks like this,
// # needed R packages for DB connection. Use comma separation for multiple dependencies like [package1, package2]
r_packages: [odbc]
// optional. Default to false = connect one time per session. True = connect/disconnect each request
connect_every_request: false
// connection usong DBI Interface
// Possible to use !expr Sys.getenv("NAME_ENV_VAR")
// all args to be passed to DBI::dbConnect by default
// use fun: "connect_function_name" to use other connected functinon
Create SQL database
Then using a minimal shiny app to login,
But I get this error when I try to login,
What could be the issue here? Thank you
The text was updated successfully, but these errors were encountered: