Constance Martineau
Constance Martineau
I'm running into the same problem, but with KEDA. Am also on a Mac using python 3.9 arm64 build. ``` # # Install KEDA keda = k8s.yaml.ConfigFile( "keda", file="https://github.com/kedacore/keda/releases/download/v2.2.0/keda-2.2.0.yaml", transformations=[remove_status],...
Ran into the same problem. Could someone please confirm if there is intent to support private repositories for kustomize? This is a big blocker in us adopting the tool
@paolaperaza @sunkickr @virajmparekh -- this is a really cool idea. Do we have this in productboard?
@pnsvk the [PR](https://github.com/apache/airflow/pull/38446) will be included as part of 2.9, which should be released within the next 1.5 weeks
> Hi, just to provide a bit more info on one of the use cases that inspired this issue: > > * We have two datasets, say A and B,...
Gotcha, makes sense. Paraphrasing: DAG `C`: DAG that contains Task that outputs to dataset `C` The crux of the problem is that DAG `C` cannot leverage dataset events from dataset...
@uranusjr you're closer to this than I am. What is your opinion? I think there's a lot of value in supporting these scenarios - but there's something about the approach...
@BasPH Just curious where we are - do you think you'll have time to get this in for 2.9?
``` @task.python(queue='kubernetes', task_id='get_child_dag_details') def get_child_dag_details(**kwargs): ... ``` Not to take away from the initial problem - but also want to confirm if this was from MWAA. I did not realize...
@Lee-W @pankajkoti