[resolved] How to refer schema dynamically from repository
Hi,
I’ve a situation where I need to access the file schema from repository dynamically. What I mean is, I need to perform some operations on table(s) ( table names will be coming in text file dynamically) while they come, but at that moment I know only table name but not metadata/schema. However I’ve metadata (schema) defined in repository for every table. All that I need is how to access and refer schema in “thiveRow” or “thiveCreateTable” component from repository dynamically?
Any help is greatly appreciated.