Hi everyone! 👋
I’m currently exploring how to approach unit testing in Kedro, especially when working with large-scale data pipelines. I’d love to hear your thoughts on a few things:
• Do you find unit tests valuable in the context of data pipelines?
• How do you typically implement them in Kedro?
• Given that data quality checks are often a key focus, how do you handle testing when the input datasets are huge? Creating dummy data for every scenario doesn’t always seem practical.
Any tips, examples, or lessons learned would be greatly appreciated!
Thanks in advance 🙏