We are using the Stream API to create datasets. This is all dynamic so we have no idea what the data is going to be or what the columns in the source data are called.
What we found is that if the source data has a column named 'row_number' the call to create a new stream dataset will fail but with no message or explanation.
Now that we know about 'row_number' we would like to know what other reserved words cannot be used as column names. Where can I find that information?
Thank you