Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
@aptkingston pointed out my recently added validation against complex types in group-by fields includes fields that are visible: false. Because we enrich views after creation and includes all fields in their schema, this meant that this validation failed whenever the table contained a complex field, visible or not.
Description
@aptkingston pointed out my recently added validation against complex types in group-by fields includes fields that are
visible: false
. Because we enrich views after creation and includes all fields in their schema, this meant that this validation failed whenever the table contained a complex field, visible or not.