Convert firebase timestamp to snowflake timestamp
I have a raw table from firebase in snowflake. All the information that I need is in the field "Data" (JSON). Because of that, I created a view to extract all the data in deferents columns. I use json_extract_path_text(data, 'createdAt')…