Skip to content

Add PostgreSQL array datatype #143

@jacquesalice

Description

@jacquesalice

I would like the option to store a column as an array datatype, specifically with PostgreSQL. I would think it could be defined in the postgresql:datatype: property. For example, defining a column with the DOUBLE PRECISION[] psql datatype in the felis yaml file would look like:

  - '@id': '#euclid_q1_phz_photo_z_felis.phz_photo_z.ie_cuts_weights'
    datatype: double
    description: Vector of probability to be a usable source for different cuts
    name: ie_cuts_weights
    nullable: true
    postgresql:datatype: DOUBLE PRECISION[]
    tap:principal: 0
    tap:std: 0

Is this something that could be added to felis?

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