SDC 11567
Implemented test_directory_origin_configuration_buffer_limit_in_kb
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: anubandhan
:x: vkhemnar
You have signed the CLA already but the status is still pending? Let us recheck it.
The test case uses file_writer fixture which is using a dev_raw_data_source >> jython_evaluator >> trash pipeline. There is a limitation that a script cannot have more than 100_000 characters. https://bugs.jython.org/issue1744. We may need to use a different pipeline to write files.
I will be looking into this PR @shravantal .