Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Jeremy McCormick
Jeremy McCormickReporter
Jeremy McCormick
Jeremy McCormickReviewers
Andy Salnikov
Story Points
1
RubinTeam
Data Engineering
Components
Checklist
Checklist
Created April 9, 2024 at 12:43 AM
Updated April 26, 2024 at 5:01 PM
Resolved April 26, 2024 at 5:01 PM
There is a consensus based on a detailed discussion in Slack that the existing default in Felis for whether or not a column is nullable should be changed to
true
.Currently, numeric columns are non-nullable by default and columns with all other types are nullable. This is not sensible based on the fact that in SQL DDL, columns are nullable unless otherwise specified.