Version Information
Server Version: 2.6.0
Environment
EE
What is the current behaviour?
When using table computed fields in bigquery, the generated schema will mark the args argument as required, even if there are no required arguments.
What is the expected behaviour?
In postgres, table computed fields can be queried without arguments if the function does not have required arguments.
We expect this behavior to be consistent across data sources.