Skip to content

Question about dynamic fields and tables #536

@Minitour

Description

@Minitour

Hi,

I am trying to build an adapter over MongoDB.
I was wondering it is possible to allow for dynamic fields (columns).

MongoDB, being a NoSQL document database, there is no "DESCRIBE TABLE" statement. I need to sample some documents for a collection and determine the schema based on the sample.

My question is, would it be possible to perform a SELECT x FROM myCollection without having to have x be registered as a column. After all I know what are the names of the requested fields in get_data.

However with my current setup, the SQLite backend simply denies the request with the error being "unknown column".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions