Skip to content

optional column "datalink_url" cannot be found #9

@Laubeee

Description

@Laubeee

Hi, it seems the optional column datalink_url as documented here does not work. When I try to use it:

<table id="epn_core" onDisk="True" adql="True">
  <mixin spatial_frame_type="none" optional_columns="datalink_url time_scale thumbnail_url access_estsize" >//epntap2#table-2_0</mixin>
</table>

it errors with 'datalink_url' could not be located in table optional_columns

As a workaround I defined the column myself with:

<column name="datalink_url" type="text" ucd="meta.ref.url;meta.datalink" description="Link to folder with observation fits files" />

solutions are to either update the documentation or the optional columns

Cheers

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