Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

New Error on 0.3.0 - Missing Properties #91

@easycheese

Description

@easycheese

Running Kotlin, the following code used to work just fine on 0.2.0.

val table = airtable.base("BASE").table("TABLE", AirtableItem::class.java)
val existingItems = table.select()

On 0.3.0 it's throwing the following:

java.lang.IllegalArgumentException: cloud.AirtableOrderItem does not have a property corresponding to [type]

Apparently 0.3.0 expects all columns to exist on the bean (there is a column called 'type' in the table)? There has got to be a better way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions