Details

Category: Utilities

Publisher: trickest

Created Date: 1/10/2022

Container: quay.io/trickest/airtable:v1.1.0

Source URL: https://github.com/trickest/airtable-integration

Parameters

base
string
Command: --base - Airtable Base ID
field
string
Command: --field - Name of the field (for use with --input-list)
table
string
Command: --table - Name of the table where the file will be imported
config
file
Command: --config - Config file that contains JQ queries.
expand
boolean
Command: --expand - Flag to determine if linked fields should be expanded
fields
string
Command: --fields - Specify table fields you want to export (a comma-separated list)
update
boolean
Command: --update - Update the records in the table instead of creating new records
api-key
string
Command: --api-key - Airtable API key
formula
string
Command: --formula - Formula used to filter the table
input-json
file
Command: --input-json - Input JSON
input-list
file
Command: --input-list - Input list
link-field
string
Command: --link-field - Name of the common field between the main table and the link table
link-table
string
Command: --link-table - Name of the table to link to
export-mode
boolean
Command: export - Get a table from Airtable while resolving links to other tables
import-mode
boolean
Command: import - Import a JSON file into Airtable and optionally link records to another table
max-records
string
Command: --max-records - The maximum total number of records that will be returned
expand-fields
string
Command: --expand-fields - Specify linked table fields you want to expand (a comma-separated list)
primary-field
string
Command: --primary - Name of the primary field (required with --update)