Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Date functions not returning Data Properly. #300

Closed
tgtwm1github opened this issue Jan 3, 2021 · 1 comment · Fixed by #318
Closed

Date functions not returning Data Properly. #300

tgtwm1github opened this issue Jan 3, 2021 · 1 comment · Fixed by #318
Labels
duplicate This issue or pull request already exists
Milestone

Comments

@tgtwm1github
Copy link

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)

Row f0_ f1_ f2_  
1 2021-01-03 19:01:09.920693 2021-03-01  

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

  • Version:2.0.1
  • Platform: Linux
  • Grafana Version: 7.3.5
@LiorRacer LiorRacer added duplicate This issue or pull request already exists and removed duplicate This issue or pull request already exists labels Mar 16, 2021
@ofir5300
Copy link
Collaborator

Hi, this issue is duplication of Same Query - Different Results from Google Console vs. Grafana-Doit-bigquery plugin #297
Issue closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants