Skip to content

fix stdin hang#13

Merged
alxnddr merged 2 commits into
mainfrom
fix-stdin-hang
Jun 9, 2026
Merged

fix stdin hang#13
alxnddr merged 2 commits into
mainfrom
fix-stdin-hang

Conversation

@alxnddr

@alxnddr alxnddr commented Jun 9, 2026

Copy link
Copy Markdown
Member

Closes https://linear.app/metabase/issue/GHY-3714/cli-hangs-on-stdin-input

Description

Fixes the hang when stdin is a pipe that never sends data or EOF (happens when CLI is run from another process like Claude Code), now it waits only short time for first byte and then gives an input required error

@alxnddr alxnddr requested a review from ranquild June 9, 2026 00:14
@linear

linear Bot commented Jun 9, 2026

Copy link
Copy Markdown
GHY-3714 CLI hangs on stdin input

mb transform create hangs when invoked with --stdin.

This happened while trying to create transforms in bulk.

The thread notes that --stdin is not a documented flag for this command and that only --body and --file exist. The command likely waited on stdin or rejected the flag silently, and no transforms were created on the server.

Screenshot 2026-05-28 at 1.13.10 PM.png

Review in Linear

@alxnddr alxnddr merged commit 7ecb9a3 into main Jun 9, 2026
15 checks passed
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

Successfully merging this pull request may close these issues.

2 participants