Skip to content

%ingest_table

{
   *"db_schema": str,  # имя схемы в БД (откуда)
   *"db_table": str,   # имя таблицы в БД (откуда)
   *"history": "replace" | "insert" | "snapshot"  # default: replace
    "db_date": str
    "db_date_end": str
    "instances": [%instance]  # instance schema from dataset model
    "features": [%feature]  # feature schema from dataset model
}