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
Describe the bug
A working v1.x pynonymizer config that has env var PYNONYMIZER_STRATEGY set is failing with v2 :
Missing values for required arguments:
Missing INPUT
Missing STRATEGYFILE
There's no mention in the CHANGELOG of PYNONYMIZER_STRATEGY being deprecated vs PYNONYMIZER_STRATEGYFILE - I'm wondering if it's been unintentionally dropped, as at the moment it's a breaking change without a prior deprecation?
To Reproduce
as above
Expected behavior
either PYNONYMIZER_STRATEGY continues to work, or a deprecation message
Additional context
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting this. It looks like this was accidentally changed because of the differences in argument names in the new CLI library I'm using. This is absolutely a bug and I will restore the previous behaviour. I've added this to v2.2.1, stay tuned for updates.
I've changed my pipelines to use the new variable names, other folks have probably done the same - might be nice to deprecate the new names rather than just a revert?
Describe the bug
A working v1.x pynonymizer config that has env var
PYNONYMIZER_STRATEGY
set is failing with v2 :There's no mention in the CHANGELOG of
PYNONYMIZER_STRATEGY
being deprecated vsPYNONYMIZER_STRATEGYFILE
- I'm wondering if it's been unintentionally dropped, as at the moment it's a breaking change without a prior deprecation?To Reproduce
as above
Expected behavior
either
PYNONYMIZER_STRATEGY
continues to work, or a deprecation messageAdditional context
The text was updated successfully, but these errors were encountered: