Vlas asked
o1lab replied
The database NC_DB points to and the database to which you have synced data from airtable can’t be same.
Vlas replied
o1lab@discord yes, I synced data with Nocodb. Other tables from the same database with lower amount of rows works good. But the table with 40 000 rows doesn’t show its rows.
Vlas replied
Node: v12.22.6
Arch: x64
Platform: linux
Docker: true
Database: pg
ProjectOnRootDB: true
RootDB: pg
PackageVersion: 0.84.10
o1lab replied
Thanks you for taking through the details. Looks like there is a column with name “done?” in it which might be causing the problem. May be it happened while you were editing the column names.
Either ways, if you can think of the setup I mentioned earlier where you sync the data to a new database in postgres - it might be good way to do things.
Vlas replied
o1lab@discord I’ve tried to connect table as you ordered. It doesn’t work too. I will try to copy table structure with no data and put data with .csv-upload function
Vlas replied
o1lab@discord I know, but UI Bakery’s tool doesn’t keep relations too. It just save them like a text with related record’s ID. I will try to restore connections after that with n8n. As I saw, Nocodb’s API has m2m-function, where I can set first table’s ID and id of the second table. I will try to use this way
Vlas replied