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
Recipe Name
Which recipe were you attempting to run? Please provide a link to the particular file, if possible. pmm\pmm_1_program-service.recipe.yml
Describe the bug
When I run the recipe I get this error: Error: ('cannot represent an object', <snowfakery.object_rows.LazyLoadedObjectReference object at 0x000001E260B46B20>)
Environment
Platform: PC
In VSCode: Yes
If yes, did you run the command from the Palette or Terminal: terminal
CCI Version: 3.60.0
Python Version: 3.9.7
Org Setup
this is in a sandbox with NPSP and PMM
also tried in a scratch org (with the dev org configuration and PMM)
To Reproduce
Run cci task run snowfakery --recipe datasets\npsp\pmm_1_program-service.recipe.yml
Based on the traceback I believe a workaround is to run with the simpler generate_and_load_from_yaml command which is slower, simpler, and for the time being sometimes more reliable by virtue of its simpler code.
@prescod same issue with cci task run generate_and_load_from_yaml --generator_yaml datasets\PMM\pmm_1_program-service.recipe.yml --num_records 5 --num_records_tablename pmdm__Program__c
Recipe Name
Which recipe were you attempting to run? Please provide a link to the particular file, if possible.
pmm\pmm_1_program-service.recipe.yml
Describe the bug
When I run the recipe I get this error:
Error: ('cannot represent an object', <snowfakery.object_rows.LazyLoadedObjectReference object at 0x000001E260B46B20>)
Environment
Platform: PC
In VSCode: Yes
If yes, did you run the command from the Palette or Terminal: terminal
CCI Version: 3.60.0
Python Version: 3.9.7
Org Setup
To Reproduce
cci task run snowfakery --recipe datasets\npsp\pmm_1_program-service.recipe.yml
Expected behavior
Actual behavior
Additional context
snowfakery datasets\npsp\pmm_1_program-service.recipe.yml
does generate data.The text was updated successfully, but these errors were encountered: