You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The column unloading_start_time and unloading_end_time represents time component only. When this csv is uploaded as dataset in staging tab the type of the those columns are set as timestamp. This also the values stored in the pipeline json are stored as timestamp like 2023-09-13T10:00:00.000Z. This changes the intent of the column.
There is a workaround, to manually update the pipeline json and reload the workspace.
For example a csv as below:
The column
unloading_start_timeandunloading_end_timerepresents time component only. When this csv is uploaded as dataset in staging tab the type of the those columns are set astimestamp. This also the values stored in the pipeline json are stored as timestamp like2023-09-13T10:00:00.000Z. This changes the intent of the column.There is a workaround, to manually update the pipeline json and reload the workspace.