potiuk commented on PR #67868: URL: https://github.com/apache/airflow/pull/67868#issuecomment-4617324703
Good call — dropped `kwargs` from `TriggerResponse` entirely rather than masking it. It only ever exposed the decrypted trigger kwargs (potential credentials) as a stringified `dict`, and it isn't read by the UI; the triggerer keeps decrypting and using the real kwargs at runtime, so nothing downstream changes. Regenerated the v2 + private-UI OpenAPI specs and the TS client, and updated the task-instance tests. Force-pushed the rewrite. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @potiuk before posting -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
