astronomy-commons / axs

Astronomy eXtensions for Spark: Fast, Scalable, Analytics of Billion+ row catalogs
https://axs.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
23 stars 12 forks source link

Include data path in list_tables() #5

Open ctslater opened 5 years ago

ctslater commented 5 years ago

I keep losing track of where the data lives on disk, so having it available in list_tables() would be very helpful.

zecevicp commented 5 years ago

This is easy to do for Hive (Spark) internal tables. But for external tables, I have trouble finding the location information in the metastore database...