shlomiken commented on PR #26944: URL: https://github.com/apache/airflow/pull/26944#issuecomment-1843650816
@potiuk - i think i came out wrong - i really appreciate what have being done (sticking with standard DBAPI) the thing is meant is - we used to have tuple, then upgraded and got dict , now we understand tuple is the desired. anyway - i'm trying to use the latest and greatest , in addition i'm using astronomer async operators - but now i get this weird error which i cant understand how its possible . ``` super().__init__(conn_id=snowflake_conn_id, **kwargs) E TypeError: airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator.__init__() got multiple values for keyword argument '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]
