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
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Bug Report
select date(current_timestamp()), current_time
,format_timestamp( "%Y-%d-%m",current_timestamp)
Does not return proper result using the plugin.
However it works fine in Native GCP console.
Expected Behavior
select date(current_timestamp()), current_time
,format_timestamp( "%Y-%d-%m",current_timestamp)
Actual Behavior
select date(current_timestamp()), current_time
,format_timestamp( "%Y-%d-%m",current_timestamp)
f0_ f1_ f2_
Invalid Date 19:02:39.712327 2021-03-01
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: