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
The one argument form of the parse_date() BQL function that tries to guess the date format does not seem a great idea as the format used for the conversion depends on the input string, thus it could interpret different rows differently. It should be deprecated and eventually removed.
The text was updated successfully, but these errors were encountered:
The one argument form of the
parse_date()
BQL function that tries to guess the date format does not seem a great idea as the format used for the conversion depends on the input string, thus it could interpret different rows differently. It should be deprecated and eventually removed.The text was updated successfully, but these errors were encountered: