Hi, I'm downloading data in chunks using API
api/2.0/preview/sql/queries
Today I've realized hat, the chunks have different date.. For example
results_2024-09-10T10_30_32Z_acf798b5-2a5c-474f-a3b0-b83a2a8eb35a.csv
I'm in the UTC timezone, I know that databricks warehouse is in the same timezone.
Below's query:
SELECT current_date();
returns correct date 2024-09-09.
Any suggestions?