You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Need to handle the foreign key partcopy(Object.entries(application.tablesById).reduce((p,[k,v])=>({...p,[k]: {...v,sampleRows: undefined,$$hashKey: undefined,columns: v.columns.map(c=>({...c,$$hashKey: undefined}))}}),{}))
The text was updated successfully, but these errors were encountered:
I tried to follow the instructions here https://github.com/aivantg/airtable-schema-generator#manual-mode but am getting
_ is not defined
.The mostly updated code is:
The text was updated successfully, but these errors were encountered: