Skip to content

Commit

Permalink
#383 support 'options' arg in dbi software
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 4, 2025
1 parent c8e73ae commit 9b25370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/geoflow_software.R
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ register_software <- function(){
password = list(label = "Password", def = "Password", class = "character"),
host = list(label = "Hostname", def = "Hostname", class = "character"),
port = list(label = "Port number", def = "Port number", class = "integer"),
dbname = list(label = "Database name", def = "Database name", class = "character")
dbname = list(label = "Database name", def = "Database name", class = "character"),
options = list(label = "Options", def = "Connection options", class = "character")
),
attributes = list(
onstart_sql = list(label = "SQL 'on-start' script", def = "An SQL script to be run on workflow start", class = "character"),
Expand Down

0 comments on commit 9b25370

Please sign in to comment.