Open theyueli opened 6 days ago
Your expectation is entirely reasonable and in fact is exactly what dagger is supposed to do.
It's possible that the container layer containing the connector image is getting GCed by buildkit. This is something that @alafanechere and myself spent many hours on about a year ago. Evidently this is worth looking into again. At the time, we even ended up looping in the dagger people.
Topic
airbyte-ci
Relevant information
I'm currently modifying our acceptance tests which requires me to repeat running the tests using the following airbyte-ci command, for instance
My expectation is that if I do not modify our connector source code, the command would only execute the acceptance test code and spec that I'm modifying.
In reality, the command always spend minutes rebuilding the connector image, which forces to waste compute resource and developer's time. I would