luigi
luigi copied to clipboard
Optionally detect parameter collisions - fix #2566
Hi all, based on issue #2566 and PR #2565 by @KenyaDonDraper, this PR adds this functionality plus a setting that enables this check (defaulting to false
). This way, this functionality can be added without possibly affecting existing workflows.
I also added documentation and tests.