Slackbot
12/19/2023, 6:49 PMStefan Krawczyk
12/19/2023, 7:03 PMMichal Siedlaczek
12/19/2023, 7:06 PMMichal Siedlaczek
12/19/2023, 7:08 PMStefan Krawczyk
12/19/2023, 7:24 PMMichal Siedlaczek
12/19/2023, 7:26 PMMichal Siedlaczek
12/19/2023, 7:26 PMStefan Krawczyk
12/19/2023, 7:27 PMStefan Krawczyk
12/19/2023, 7:27 PMElijah Ben Izzy
12/19/2023, 8:07 PM.dot
file to remove any edges/dependencies you want
The trick here is to know that the tags on the variables will indicate whether its a data quality node — you should be able to use these to handle it: https://github.com/DAGWorks-Inc/hamilton/blob/6dd192854b082d7f697f2bb9607250e64e181ae3/data_quality.md?plain=1#L142Elijah Ben Izzy
12/19/2023, 8:07 PMStefan Krawczyk
12/19/2023, 8:09 PMElijah Ben Izzy
12/19/2023, 8:14 PMfrom hamilton import function_modifiers
function_modifiers.check_output = lambda x: x
If you do that before any imports it might just disable them, and do that conditionallyMichal Siedlaczek
12/19/2023, 8:14 PMElijah Ben Izzy
12/19/2023, 8:15 PMMichal Siedlaczek
12/19/2023, 8:25 PM:g/@check_output/d
in vim 😂Michal Siedlaczek
12/19/2023, 8:25 PMElijah Ben Izzy
12/19/2023, 8:25 PMMichal Siedlaczek
12/19/2023, 8:25 PM