Forum Discussion

SergioPerdiz's avatar
SergioPerdiz
Frequent Visitor
2 years ago
Solved

Shortcut shows different data

I have a shortcut in the silver lakehouse to a table in the bronze lakehouse. However it seems like the data is not updated.   When I look at the SQL endpoint of the bronze lakehouse I get the bel...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi SergioPerdiz,

    I think this should be related to the setting which define the ‘data time zone’, by default datetime values will be stored with UTC format.

    For the first one , your SQL statement get the records from table. For the second one that run in notebook, you have set the time zone offset which may affect the datetime values.

    Regards,

    Xiaoxin Sheng