Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
BSD 2-Clause "Simplified" License
26.45k
stars
4.38k
forks
source link
Only evaluate the next state if there's a valid value #7222
Open
thiagogds opened 4 days ago
What type of PR is this?
Description
I've experience this on my Redash in production. I'm not sure what can cause the value to exist, but be None. I guess it depends on the SQL query.
I followed the same idea of returning a self.UNKNOWN_STATE for cases that we can't know what's happening.
How is this tested?
Related Tickets & Documents
Fixes #5618