'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? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hey @BStefansen-lightbox ! Thanks for raising this; we'll review this behavior and be in touch. |
Beta Was this translation helpful? Give feedback.
-
@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. |
Beta Was this translation helpful? Give feedback.
-
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
|
Beta Was this translation helpful? Give feedback.
@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
asset
config defined in the data connector yamlgreat_expectations.yaml
flow.py