sn0wfree/ClickSQL

add a key argumnet to control whether will async query

Opened this issue · 1 comments

def __execute__(self, sql: (str, list, tuple), convert_to: str = 'dataframe', transfer_sql_format: bool = True,

add a key argumnet to control whether use async query

 def __execute__(self, sql: (str, list, tuple), convert_to: str = 'dataframe', transfer_sql_format: bool = True,async=False ):

link to this