potiuk commented on PR #27602: URL: https://github.com/apache/airflow/pull/27602#issuecomment-1310904471
> > Then the right fix for it is removing "redshift_conn_id" from templated fields, not doing what the PR is doing. > > This is a deprecared operator. Users had redshift_con as templated field and when we added generic sql operator it broke this behavior unexpectedly. I think the goal of this PR is just to get back the functionality. Ideally we should have notice it before releasing the new operator. The problem is not with init code, but with leaving redhshift_conn_id in templated_fields. everything will work when it is replaced with "conn_id". -- 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]
