Justin Bandoro
Justin Bandoro
Thanks @enkeboll for opening this issue! > I'm happy to try to take a stab at adding this functionality to [selector.py](https://github.com/astronomer/astronomer-cosmos/blob/main/cosmos/dbt/selector.py), unless there's a reason to hold off. That would...
I'm seeing the same thing with a beam pipeline and the GCP dataflow runner. I can only have events sent when using the direct runner since sentry is initialized in...
> I'm not that familiar with Beam -- is there a way to run some sort of setup code on the workers where you could call `sentry_sdk.init()`? Or is there...
Thanks for helping! I tried the `GCPIntegration` for initializing sentry in the beam pipeline definition and it doesn't resolve the issue of the dataflow workers not sending events to sentry....
> Another Beam noobie question from me: Is there any way to communicate with the workers or provide any data to them? E.g. by setting environment vars? That's currently the...