The drill adapter consists of the following fields:
If in Drill WebUI a connection is made to the PostgreSQL database with a schema name as Postgres, then using the same name in TDV drill adapter will result in a list of tables that consists of the metadata and not the actual data.
In order to add the tables under the Postgres DB, the schema name "postgresql.tutorial" needs to be used where "tutorial" is the schema inside of the Postgresql DB. This will result in a list of the tables present inside the database.