Skip to content

fix: render signals properly for variables#3873

Merged
tobymao merged 1 commit intomainfrom
toby/signal_rendering
Feb 20, 2025
Merged

fix: render signals properly for variables#3873
tobymao merged 1 commit intomainfrom
toby/signal_rendering

Conversation

@tobymao
Copy link
Contributor

@tobymao tobymao commented Feb 20, 2025

closes #3869

@tobymao tobymao requested review from a team and georgesittas February 20, 2025 00:05
@tobymao tobymao force-pushed the toby/signal_rendering branch 2 times, most recently from 274993f to f64840a Compare February 20, 2025 00:14
@tobymao tobymao force-pushed the toby/signal_rendering branch 3 times, most recently from 0edbbc7 to 3b6565c Compare February 20, 2025 05:31
@tobymao tobymao force-pushed the toby/signal_rendering branch from 3b6565c to 89d9301 Compare February 20, 2025 06:02
k: seq_get(self._create_renderer(v).render() or [], 0) for k, v in kwargs.items()
}
for name, kwargs in self.signals
if name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's an example where name is falsey here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

airflow signals

@tobymao tobymao merged commit 31bea82 into main Feb 20, 2025
21 checks passed
@tobymao tobymao deleted the toby/signal_rendering branch February 20, 2025 18:17
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.

Coercion issue for signals

2 participants