Skip to content

Commit

Permalink
added doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
liamjxu committed Apr 11, 2024
1 parent 526fe11 commit 062fa1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/suql/sql_free_text_support/execute_free_text_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,8 @@ def suql_execute(
`loggings` (str, optional): Prefix for error case loggings. Errors are written to a "_suql_error_log.txt"
file by default.
`log_filename` (str, optional): Logging file name for the SUQL compiler. If not provided, logging is disabled.
`disable_try_catch` (bool, optional): whether to disable try-catch (errors would directly propagate to caller).
Expand Down

0 comments on commit 062fa1c

Please sign in to comment.