-
Notifications
You must be signed in to change notification settings - Fork 58
Description
I am having an issue with hardis when adding a LIMIT to the SOQL query in the Export.json. It appears that there is a hard-set LIMIT in the code somewhere that is trying to override the LIMIT that I set in the json file.
Export.json:
{
"sfdxHardisLabel": "AllRFQFiles",
"sfdxHardisDescription": "AllRFQFiles",
"soqlQuery": "SELECT Id,Name FROM RFQ__c LIMIT 200",
"fileTypes": "all",
"outputFolderNameField": "Name",
"outputFileNameFormat": "title_id",
"overwriteParentRecords": true,
"overwriteFiles": true
}
Error:
[sfdx-hardis] [BulkApiV2] SELECT Id,Name FROM RFQ__c LIMIT 200 ORDER BY Id LIMIT 100000
✖ [BulkApiV2] Bulk query error: Query parsing error: unexpected token: 'ORDER'
Error (1): Query parsing error: unexpected token: 'ORDER'
hardis: v5.44.0
CLI: v2.95.6
Windows 10
VS Code: v1.101.2