We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6beccb8 commit 4033bafCopy full SHA for 4033baf
src/schema/associations.ts
@@ -169,7 +169,7 @@ export async function buildAssociations(
169
file = file[0]
170
}
171
const location = file.path
172
- associations[key as keyof Associations] = await load(file, { maxRows: context.dataset.options?.maxRows }).catch(
+ associations[key as keyof Associations] = await load(file, options).catch(
173
(error: any) => {
174
if (error.code) {
175
context.dataset.issues.add({ ...error, location })
0 commit comments