We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The way flags are managed in
diffsync/diffsync/helpers.py
Lines 185 to 208 in 315b5e9
I would propose changing the order (more specific first) and adding some flags that could negate the global behavior. For example:
SKIP_UNMATCHED_DST
NO_SKIP_UNMATCHED_DST
This should allow not skipping for only a specific model.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Proposed Functionality
The way flags are managed in
diffsync/diffsync/helpers.py
Lines 185 to 208 in 315b5e9
I would propose changing the order (more specific first) and adding some flags that could negate the global behavior. For example:
SKIP_UNMATCHED_DST
NO_SKIP_UNMATCHED_DST
(new one)This should allow not skipping for only a specific model.
Use Case
The text was updated successfully, but these errors were encountered: