Felix Uellendall
Felix Uellendall
+1 would love having this feature
@msumit do you have any idea why this is? I am running into this problem still on the latest version (2.2.0).
Isn't this a bug upstream? 🤔 I have the feeling the open api spec should allow `execution_timeout` to be `Optional`, no?
As a workaround you can set `_check_return_type=False` in `get_tasks`.
The problem I have with this feature is that retrieving the information from airflow whether it belongs to a taskgroup or not is unsafe. We cannot retrieve it from the...
Exactly. I believe I have heard something similar, too. Once it becomes a not-only UI concept anymore, tackling this issue will become much easier.
You mapped the wrong ports. ```diff - "1000:1000" - "1001:1001" ``` It should be: ```diff + "10000:10000" + "10001:10001" ```
I am still brainstorming about this feature.. Maybe we only attach operator specific information or table information or both, I don't know yet. Please let me know what you think.
> I like the idea although I am not yet clear on how a user would know what data is available to them? i.e. what should I do to access...
Yes, we should differentiate between table and operator information.