potiuk commented on PR #46836: URL: https://github.com/apache/airflow/pull/46836#issuecomment-2672381317
Yes. I would rather avoid creating specific operators if it can be done using built-in common.sql operators. Note there are many more operators in common.sql that provide much richer functionality and you would have to subclass them alll to have similar usage - also things like GenericTransfer work by jus providing two connection_ids that create hooks and they are not using "specific" operators - so making surethe "generic" interface handles also Trino in the way that is consistent with others is way better approach. Snowflake and Teradata operators should not be there, really I think it's an overlook. -- 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]
