Hi Guys We have an INT column in google bigQuery t...
# gooddata-platform
p
Hi Guys We have an INT column in google bigQuery that stores timestamp (Unix time - second) value inside it. Is there any way we can define this column as Date in GoodData modeling? (or converting it) #timestamp #INT #modeling_issue
i
Hi Parham, May I know which of our products are you using, please? For e.g.: GoodData.CN, Cloud, Free/Growth Platform,… In the meanwhile, you can check this Community post .
j
I suggest to create view in BigQuery and use
SEC_TO_TIMESTAMP()
function or some other date/time function to convert it into timestamp or date.
🙌 1