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
When using the web-console, any string column that contains <string> is removed. I haven't tested but may also occur with <>. Therefore, with the example data set below, the output is given as:
Current output:
id
some_string_column
abc123
some-uuid-exampleother-uuid
Expected output (and example data set):
id
some_string_column
abc123
some-uuid-example<seperator>other-uuid
P.S I've had to escape the string in markdown as simply putting <abc> causes it to be removed from output. Could be the issue?