'default_runtime_data_connector_name not found in batch_identifiers for the RuntimeDataConnector
#6129
|
Describe the bug To Reproduce
Expected behavior Environment (please complete the following information):
Solution? |
Replies: 3 comments 1 reply
|
Hey @BStefansen-lightbox ! Thanks for raising this; we'll review this behavior and be in touch. |
|
@austiezr I figured out the problem. It has to do with my yaml configurations. I don't have the time right now, but I will post my findings on Monday. |
|
Here was the solution. The code was looking for batch identifiers for the assets defined in the data connector rather than during runtime. The asset config defined in the data connector was overriding anything defined in runtime, which was throwing the exception above. TLDR; remove the
|
@austiezr
Here was the solution. The code was looking for batch identifiers for the assets defined in the data connector rather than during runtime. The asset config defined in the data connector was overriding anything defined in runtime, which was throwing the exception above.
TLDR; remove the
assetconfig defined in the data connector yamlgreat_expectations.yamlflow.py