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
I am using some automation that calls pysnow under the covers. The docs for pysnow QueryBuilder say we can pass in a datetime or str representation of a datetime for less_than or greater_than, but the code throws an error when you pass in a string and says must be a datetime or int.
The text was updated successfully, but these errors were encountered:
I am using some automation that calls pysnow under the covers. The docs for pysnow QueryBuilder say we can pass in a datetime or str representation of a datetime for less_than or greater_than, but the code throws an error when you pass in a string and says must be a datetime or int.
The text was updated successfully, but these errors were encountered: