AIRTABLE_API_KEY
to match your API key. If you'd like to keep your data secure, consider storing the token as an environment variable. Environment variables in Deepnote are encrypted and provide a secure way of storing sensitive data.AIRTABLE_BASE_ID
to match the base ID you just found.AIRTABLE_TABLE_NAME
to match the name of the table you want to fetch data from. This is the title of the tab in the Airtable UI.table
object that you can use to fetch any data from your table. For example, the code below fetches the data and converts it to a Pandas dataframe.