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
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: Cannotsaveandrefertosnowfakery.standard_plugins.datasets, DatasetPluginResultwarnings.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: Cannotsaveandrefertosqlalchemy.sql.elements, quoted_namewarnings.warn(f"Cannot save and refer to {module}, {name}")
currently using the following standard plugins that I think is causing it:
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)
The text was updated successfully, but these errors were encountered:
When using plugins in a recipe, every run is throwing the following warnings:
currently using the following standard plugins that I think is causing it:
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)
The text was updated successfully, but these errors were encountered: