Open imor opened 1 year ago
Quoted column names with uppercase letters do not return a value for Airtable wrapper.
create foreign table my_foreign_table ( "Full Name" text ) server airtable_server options ( base_id 'appXXXX', table_id 'tblXXXX' );
select * from my_foreign_table
Full Name
The Full Name column should return a value.
N/A
Reproducible on latest wrappers ref.
I'm also encountering this! A hilarious bug but quite a blocker for big established Airtable bases whose column names can't easily be changed without many things breaking.
Bug report
Describe the bug
Quoted column names with uppercase letters do not return a value for Airtable wrapper.
To Reproduce
select * from my_foreign_table
.Full Name
column never returns a value.Expected behavior
The
Full Name
column should return a value.Screenshots
N/A
System information
Reproducible on latest wrappers ref.
Additional context
N/A