Use Catalog REST API instead of assuming local process.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-03-18 13:28:04 +01:00
parent 3560405cab
commit 44ec2571b6
4 changed files with 30 additions and 28 deletions
-10
View File
@@ -49,16 +49,6 @@ export interface IndexableDocument {
* is clicked).
*/
location: string;
/**
* (Optional) The owner of the document (e.g. spec.owner on a catalog entity).
*/
owner?: string;
/**
* (Optional) The lifecycle of the document (e.g. spec.lifecycle on a catalog entity).
*/
lifecycle?: string;
}
/**