Cant use airtable table as foreign table?
Complete noob of PostgreSQL here so begging for patience
I created the airtable wrapper and it is succesfully pulling my airtable table, which is great, however, I cant get to use it as a foreign table from my "Events" table, I wonder if I should just pull out of it directly from the external application I'm looking to use
If its important to know, I put all the tables in my public schema, the wrapper stats are showing, which I think its made automatically, but not the airtable table, why?
I created the airtable wrapper and it is succesfully pulling my airtable table, which is great, however, I cant get to use it as a foreign table from my "Events" table, I wonder if I should just pull out of it directly from the external application I'm looking to use
If its important to know, I put all the tables in my public schema, the wrapper stats are showing, which I think its made automatically, but not the airtable table, why?

