In order to proceed with #7 I need a more detailed understanding of the API used to get the "data" and "metadata" to use in the Tiled pipeline. I have created a "dummy" scaffold function called get_df_and_metadata_from_db which I need implemented. @elistavitski can you do this? In the meantime, I will work on the code upstream to hook into this function (which we will treat as the endpoint).
The function should look something like this (started in ff529f3):
def get_df_and_metadata_from_db(...):
# do stuff
return PANDAS_DATAFRAME, PYTHON_DICT