Skip to content

Implement a get_df_and_metadata_from_db function #8

@matthewcarbone

Description

@matthewcarbone

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions