Re: Naming rules

2024-10-12 Thread Martin Grigorov
Hi Matt, Which SDK do you use ? Most of the SDKs support custom attributes so you should be able to store the invalid names in them and later recover the initial values! Some of the SDKs allow the use of custom name validators. This way you can relax the checks. For the Rust SDK see https://gith

Re: Naming rules

2024-10-12 Thread Oscar Westra van Holthe - Kind
Hi Matt, In addition to Martins comments, aliases are a good way to link different names together. They can be used for schema evolution, but also for projecting a table schema onto an avro record. Note: aliases can be anything (they are intentionally not verified). The only constraint is that th