amoghrajesh commented on PR #44843: URL: https://github.com/apache/airflow/pull/44843#issuecomment-2538120231
@kaxil if we agree with my comment https://github.com/apache/airflow/pull/44843#discussion_r1881472643 here, then this payload: ``` JsonAbleValueTypes = Union[ dict[str, JsonValue], list[JsonValue], JsonValue, ] ``` Will do the job really well. I just pushed a commit with those changes. Added some tests for variety of payloads too -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org