Skip to content

Commit 7605f4c

Browse files
fix: disable empty overlay reference to fix Speakeasy linting
Speakeasy CLI fails with 'empty document' when applying an overlay with no actions. Comment out the overlay reference until real actions are needed. Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 4607bdd commit 7605f4c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.speakeasy/workflow.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ sources:
88
airbyte-api:
99
inputs:
1010
- location: https://raw.githubusercontent.com/airbytehq/airbyte-platform/refs/heads/main/airbyte-api/server-api/src/main/openapi/api_sdk.yaml
11-
overlays:
12-
- location: ./overlays/python_speakeasy.yaml
11+
# Uncomment when the overlay has real actions (empty overlays produce
12+
# an empty document in Speakeasy CLI, which fails linting):
13+
# overlays:
14+
# - location: ./overlays/python_speakeasy.yaml
1315
registry:
1416
location: registry.speakeasyapi.dev/airbyte/airbyte-prod/my-source
1517
targets:

0 commit comments

Comments
 (0)