Posting to /catalog returns not implemented
adelgadillouplift opened this issue · 1 comments
adelgadillouplift commented
I got metacat running on my computer, and then I sent a post request to /catalog and it always come back as 201 not implemented. Inside the createCatalog method, the only code there is
throw new MetacatNotSupportedException("Create catalog is not supported.");
Was this by design and is there another way of creating a catalog?
ajoymajumdar commented
Metacat does not support on-demand adding of catalogs. You could add the catalogs for your data stores as defined under https://github.com/Netflix/metacat/tree/master/metacat-functional-tests/metacat-test-cluster/etc-metacat/catalog. You can use these catalog property files as an example.