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 0783938 commit 7ed01c0Copy full SHA for 7ed01c0
src/schema/associations.ts
@@ -179,7 +179,7 @@ export async function buildAssociations(
179
file = file[0]
180
}
181
const location = file.path
182
- associations[key as keyof Associations] = await load(file, { maxRows: context.dataset.options?.maxRows }).catch(
+ associations[key as keyof Associations] = await load(file, options).catch(
183
(error: any) => {
184
if (error.code) {
185
context.dataset.issues.add({ ...error, location })
0 commit comments