Skip to content

Commit

Permalink
Fix pull request issues
Browse files Browse the repository at this point in the history
  • Loading branch information
promans718 committed Oct 8, 2024
1 parent bdf11c7 commit 281a77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolium/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ def replace_param(param, language='es', infer_param_type=True):
[NOW(%Y-%m-%dT%H:%M:%SZ) - 7 DAYS] Similar to NOW but seven days before and with the indicated format
[TODAY] Similar to NOW without time; the format depends on the language
[TODAY + 2 DAYS] Similar to NOW, but two days later
[ROUND:xxxx::y] Generates a string from a float number (xxxx) with the indicated number of decimals (y)
[STR:xxxx] Cast xxxx to a string
[INT:xxxx] Cast xxxx to an int
[FLOAT:xxxx] Cast xxxx to a float
[ROUND:xxxx::y] Generates a string from a float number (xxxx) with the indicated number of decimals (y)
[LIST:xxxx] Cast xxxx to a list
[DICT:xxxx] Cast xxxx to a dict
[UPPER:xxxx] Converts xxxx to upper case
Expand Down

0 comments on commit 281a77e

Please sign in to comment.