Skip to content
Snippets Groups Projects
Commit 49c08234 authored by Sabine Schröder's avatar Sabine Schröder
Browse files

#154: the last commit was lacking two files

parent a3b6af7d
No related branches found
No related tags found
2 merge requests!224preparation for testing the (re-)integrated AAI; started strictly separating...,!223preparation for testing the (re-)integrated AAI; making toar2_category available
Pipeline #246883 passed
[
{
"request_id": "7f0df73a-bd0f-48b9-bb17-d5cd36f89598",
"timeseries_ids": [1, 2]
}
]
# SPDX-FileCopyrightText: 2021 Forschungszentrum Jülich GmbH
# SPDX-License-Identifier: MIT
"""
class TimeseriesContributorList (Base)
======================================
"""
from sqlalchemy import Column, Integer, String, ARRAY, Table
from toardb.base import Base
s1_contributors_table = Table('services.s1_contributors', Base.metadata,
Column('request_id', String(32), primary_key=True, nullable=False),
Column('timeseries_ids',ARRAY(Integer))
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment