Artemiy Kzr

Results 2 issues of Artemiy Kzr

Hi! I am trying to create Managed Greenplum cluster via Terraform. In web UI I see `6.22` is the only one available. However I get error: ``` │ Error: error...

Hey, I've tried Airtable action and discovered that it just inserts new records into a table. ```ts await Promise.all(records.map(async (record: any) => { return new Promise((resolve, reject) => { table.create(record,...