sfc-gh-madkins commented on issue #24456:
URL: https://github.com/apache/airflow/issues/24456#issuecomment-1163592347

   Looks good to me
   
   Sent from my iPhone
   
   > On Jun 22, 2022, at 3:52 PM, Kamil Breguła ***@***.***> wrote:
   > 
   > 
   > We can add support for the optional snowflke_conn_id paarameter.
   > 
   > @snowpark_task(snowflke_conn_id='my-favourite-conn')
   > def count_user(session: Session):  # session is required parameter
   >     session.sql(...)
   > The official documentation recommends that custom decorators should be 
called task.CUSTOM, so we should introduce one change to @turbaszek's proposal
   > 
   > ***@***.***_task
   > ***@***.***
   > —
   > Reply to this email directly, view it on GitHub, or unsubscribe.
   > You are receiving this because you were mentioned.
   


-- 
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]

Reply via email to