Skip to content
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

UserWarnings when using plugins #956

Open
yippie opened this issue Aug 17, 2023 · 1 comment
Open

UserWarnings when using plugins #956

yippie opened this issue Aug 17, 2023 · 1 comment

Comments

@yippie
Copy link

yippie commented Aug 17, 2023

When using plugins in a recipe, every run is throwing the following warnings:

/Users/kai.amundsen/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/snowfakery/utils/pickle.py:63: UserWarning: Cannot save and refer to snowfakery.standard_plugins.datasets, DatasetPluginResult
  warnings.warn(f"Cannot save and refer to {module}, {name}")
/Users/kai.amundsen/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/snowfakery/utils/pickle.py:63: UserWarning: Cannot save and refer to sqlalchemy.sql.elements, quoted_name
  warnings.warn(f"Cannot save and refer to {module}, {name}")

currently using the following standard plugins that I think is causing it:

  • plugin: snowfakery.standard_plugins.Salesforce.SalesforceQuery
  • plugin: snowfakery.standard_plugins.Salesforce.SOQLDataset

I am running Snowfakery via CumulusCI:
CumulusCI version: 3.78.0 (/Users/kai.amundsen/.local/bin/cci)
Python version: 3.10.9 (/Users/kai.amundsen/.local/pipx/venvs/cumulusci/bin/python)

@allisonletts
Copy link

I'm also having a problem with Salesforce.SOQLDataset through CCI: Gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants