eladkal commented on issue #26931: URL: https://github.com/apache/airflow/issues/26931#issuecomment-1276142315
Cool. So this narrow down the issue to this class: https://github.com/apache/airflow/blob/79354dd13fe868e2be4769663f282a1e06fb08a3/airflow/providers/papermill/operators/papermill.py#L33-L39 This is the difference between `PapermillOperator` to the other operator and also this class utalizes parameters so this is probably why the issue is localized to the parameters and doesn't effect other templated fields. As for the cause of the bug it's still a mystery to me. @uranusjr given the above information maybe you can better speculate? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
