Hey, I'm looking for a way to silence the transfor...
# plugins-general
s
Hey, I'm looking for a way to silence the transforms warning about removing paths. I can do this by disabling stderr, but that seems overkill and would make it likely that I miss an actual error. I could add this information to the schema and the warning goes away, but I've left it out intentionally as I don't want it (e.g. company.name is useless as I already have a companies table with that information; all I'm keeping is the company ID for each record). I could also manually remove these values for each row, but would prefer to keep the Singer transformer doing it if possible, as that works with no additional effort. What have you guys done about this when you've encountered it?