pulibrary / lib_jobs

Enterprise Services batch processing tasks. Rails 7 Ruby 3.1.0
4 stars 0 forks source link

[airtable staff directory] Use field IDs, rather than field names, to get data from airtable API #806

Closed sandbergja closed 2 months ago

sandbergja commented 3 months ago

What maintenance needs to be done?

Use field IDs, rather than field names, to get data from airtable API

Level of urgency

Why is this maintenance needed?

From the Airtable API docs:

We recommend using field ids over field names where possible, to reduce modifications to your API request if the user changes the field name later.

Acceptance criteria

Implementation notes, if any

maxkadel commented 2 months ago

Done, deployed to production