ok..thanks a lot @gchandra .
So, I am new to Unity Catalog and particularly interested (and evaluating) the open sourced version of unity catalog (https://www.unitycatalog.io/)
I know that, we can create volumes and those in turn can point to csv, json, pdf etc file.... and we can read the content of such files by using volume read commands as you mentioned.
I was wondering, if unity catalog does schema discovery of such files on own? (i.e. automatically scanning csv and json files for structure and saved metadata about columns etc. and displays on UI?) This was my assumption. please correct me if I am wrong here.
If it can't auto detect schemas of files, whats the best way to detect and save file schemas in Unity catalog?
And on other side, how does data lineages are tracked and showed? (file changes happened in a path of volumes)
Thanks a lot in advance.