You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we don't support inserting null values for optional fields since the streamline event does not accept null values. This should be fixed (either by inserting dummy values or supporting nulls) and it should be possible to write rules like select * from inputStream where field1 is null and so on.
The text was updated successfully, but these errors were encountered:
Right now we don't support inserting null values for optional fields since the streamline event does not accept null values. This should be fixed (either by inserting dummy values or supporting nulls) and it should be possible to write rules like
select * from inputStream where field1 is null
and so on.The text was updated successfully, but these errors were encountered: