penggongkui commented on issue #13911: URL: https://github.com/apache/airflow/issues/13911#issuecomment-767818065
I want in the same dag , different taskgroup has different default_args, subdag can do it but task group can't On Tue, Jan 26, 2021, 23:29 Tomek Urbaszek <[email protected]> wrote: > You can pass default_args in DAG that will include TaskGroup. TaskGroup > needs to live within a DAG, it does not substitute it as far as I > understand. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/airflow/issues/13911#issuecomment-767620957>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ALW4V6YUBBOPAJ2PPCBNYS3S33NWBANCNFSM4WTDKSHA> > . > ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
