cortexapps / cli

Command Line Interface for Cortex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve performance of export

jeff-schnitter opened this issue · comments

cortex backup export currently makes a catalog GET API call to get each entity

Change logic to get entities using https://docs.cortex.io/docs/api/list-entity-descriptors.

Will require corresponding change to cortex backup import.