Skip to content

Conversation

bflad
Copy link

@bflad bflad commented Jul 14, 2025

What

The expected entity operations for downstream tooling are one of create, read, update, and delete:

Error: Unexpected op annotation list applied as Workspace#list: expected it to be one of ["create","read","update","delete"]

Since the listWorkspaces API operation appears to be intended as its own Terraform data resource and its usage would be separate from the workspace managed resource, the entity operation could be updated to create a workspaces data resource via Workspaces#read. However, it is removed for now to match the current behavior of not doing anything in the Terraform code generation while also preventing the error.

How

Removed various x-sdk-entity-operation: Workspace#list and x-speakeasy-entity-operation: Workspace#list usage in OpenAPI Specification documents.

Recommended reading order

  1. x.kt
  2. y.kt

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

The expected entity operations for downstream tooling are one of `create`, `read`, `update`, and `delete`:

```
Error: Unexpected op annotation list applied as Workspace#list: expected it to be one of ["create","read","update","delete"]
```

Since the `listWorkspaces` API operation appears to be intended as its own Terraform data resource and its usage would be separate from the workspace managed resource, the entity operation could be updated to create a workspaces data resource via `Workspaces#read`. However, it is removed for now to match the current behavior of not doing anything in the Terraform code generation while also preventing the error.
@CLAassistant
Copy link

CLAassistant commented Jul 14, 2025

CLA assistant check
All committers have signed the CLA.

@cgardens
Copy link
Contributor

Hi, we've decided to stop accepting PRs in this repo, so we can focus on supporting our connector contributors. I'm going to close this issue. We appreciate your work here. Please feel free to post an issue in https://github.com/airbytehq/airbyte.

@cgardens cgardens closed this Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants