larsakerson
larsakerson
Thanks, @gtalarico. I had tried this, but it causes a `KeyError` in the `Model` `from_record` method when creating an instance. This error occurs even though the linked field is present...
I just created pull request #178 to make these updates and resolve the issue.
Your suggestion makes sense to me, @NicoHood. I've updated the parameter name to `read_only`. @gtalarico I'm not very familiar with pytest 😬 but I added a test and updated the...
@gtalarico Airtable returns (and takes) percentages as a decimal value between 0 and 1 ([optionally including negative values](https://support.airtable.com/docs/percent-field-type)). For the `PercentField` subclass is to support `int` values or `float` values...
My apologies. I've incorporated the suggestions; let me know if anything else is needed here, @gtalarico
Sounds like you may be describing two different things. You *can* use the Airtable table ID (e.g., `tbl1234567890`) as the `table_name` in the ORM config. I don't *think* you can...
Hi @edmorley, are there any updates on the availability of this feature—or how to use it, if it is available?
Do you know if there are any similar projects that are being maintained?