This message was deleted.
# general
s
This message was deleted.
n
Thanks @Gian Merlino. This helps. Just to make sure, is it just for datasource names or also for the attribute names used in the data source schema? And are there also constraints on the data/values that get ingested in terms of maximum length permitted, characters allowed etc.?
g
that code is not used to validate column names or the actual values; they can be more flexible
string columns can contain any valid Unicode data
in terms of length — the absolute hard limit is 2GB per value, but that is definitely outside the expected design envelope and you would likely run into various issues if you had lots of values that long
generally a few KB would be fine
n
Apologies for the delay and thanks for clarifying this @Gian Merlino