-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Labels
No labels