LIU ZHE YOU
LIU ZHE YOU
> @jason810496 you can directly set KERNEL_SERVICE_ACCOUNT_NAME variable and it should work or you have any specific case ? Actually, I worked around it by setting `EG_DEFAULT_KERNEL_SERVICE_ACCOUNT_NAME` through `extraEnv`. However,...
> @jason810496 could you please rebase the pr Sure, I just rebased it. Thanks for fixing the CI.
Hi @rawwar, I can take this on. Could you please assign the issue to me? Thanks!
Self assign myself, will raise PR after #52929 merge, just added to my backlog.
> @chaitanyaenr @paigerube14 #821 #727 are meant to get rid of arcaflow typing system in favor of pure krkn plugin, I don't see so much value on changing this now....
Hi all, Would it be a good idea to introduce a `RemoteDagBundle` interface (or perhaps extend `BaseDagBundle` or add a common utility in the `bundles.base` module) to support **versioning** for...
> I was talking to Jed about something very similar last week. I don't even think the interface needs to enforce the "how" for the versioning, that can be delegated...
> @jason810496 > > I chatted with @jedcunningham last week and we're both strapped for time at the moment. Did you want to take a stab at implementing what we've...
Hi @uranusjr, I can work on this issue, could you assign to me ? Thanks !
Hi, I have a few questions while working on this issue: - The compatibility module (`airflow.providers.common.compat.lineage`) still imports the `airflow.lineage` module. Does this mean I should move `airflow.lineage` to `airflow.providers.common.compat.lineage`...