We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8f912 commit 1e0a6a0Copy full SHA for 1e0a6a0
digital_land/makerules.py
@@ -47,6 +47,8 @@ def get_processing_option(
47
state_path,
48
)
49
50
+ print("diffs:", diffs)
51
+
52
# If incremental loading is overridden or critical configs changed, process everything
53
critical_changes = {"code", "pipeline", "collection", "specification"}
54
if incremental_loading_override or critical_changes & set(diffs):
0 commit comments