-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error testing recipe with SFDC data query #1025
Comments
Same results on a Mac OS 13 and Snowfakery 3.6.2
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to test a recipe that uses the Salesforce Query plugin:
- plugin: snowfakery.standard_plugins.Salesforce.SalesforceQuery
Using the command:
snowfakery .\datasets\my.recipe.yml --plugin-option org_name myOrg
This results in a python error:
ModuleNotFoundError: No module named 'cumulusci'
Running on:
Windows 11
Snowfakery and CCI were installed with Pipx
Minimal testing recipe:
The text was updated successfully, but these errors were encountered: