Retry failed jobs from the Forward CLI¶
Forward CLI 4.6.17 adds tb job retry <job_id> for eligible import and S3 or GCS sync jobs in an error or cancelled state. The command starts a new job and returns its ID, so you can retry without switching to the API.
Breaking changes¶
tinybird.rate_limits_logis nowtinybird.cluster_control_log: The rate limits Service Data Source now uses the new name. Queries that readtinybird.rate_limits_logmust switch totinybird.cluster_control_log, which keeps the same schema and a six month retention.
Improvements and bug fixes¶
- [API]: A Token with
DATASOURCES:APPENDscope for a Data Source can now read the import jobs it started. Append-only clients can monitor job status without a separate Token withDATASOURCES:CREATEscope. - [All]: Copy Pipes with complex queries now get up to 30 seconds to resolve and validate their schema, instead of using the 10-second default. Table functions keep their existing 60-second timeout.
- [All]: Delete operations now wait correctly for mutations across ClickHouse® command formats. Large delete conditions no longer duplicate the full condition in the mutation status query, avoiding query-size errors while waiting for completion.
- [Forward]: Time-series charts and tables now display groups produced by conditional expressions, including
0and1, and selecting a group filters the chart correctly. - [All]: Organization pages now show the Organization name immediately in the header, explain inaccessible Workspaces on hover, sort empty metrics alongside zero values, and keep status labels and replica rows on one line.
- [SDK]: TypeScript SDK 0.0.84 waits up to five minutes for branch creation, reports cancelled jobs immediately, and returns a clearer timeout error when branch creation doesn't finish.