Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pystac_client.exceptions.APIError: Transactions not supported #1501

Closed
tjaeuth opened this issue Jan 22, 2025 · 1 comment
Closed

pystac_client.exceptions.APIError: Transactions not supported #1501

tjaeuth opened this issue Jan 22, 2025 · 1 comment

Comments

@tjaeuth
Copy link

tjaeuth commented Jan 22, 2025

Dear community,

I am running a dynamic STAC catalog using stac-fastapi as a service.
What I know is I can read the catalog, its collections and items using PySTAC.

However, whenever I want to save changes back to the fastapi service using the save() function, I am getting the following error:

pystac_client.exceptions.APIError: Transactions not supported

I guess PySTAC does not work with the transactions' extension of stac-fastapi (from eoAPI).

If not, how can I push changes using a Python client?

Thank you in advance.

@gadomski
Copy link
Member

You'll need to manually POST (or whatever) the data to your endpoints. Transactions are not supported by pystac-client at this time — here's the tracking issue: stac-utils/pystac-client#241.

@gadomski gadomski closed this as not planned Won't fix, can't repro, duplicate, stale Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants