We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837e5c6 commit 46afe7eCopy full SHA for 46afe7e
examples/execute_async.py
@@ -20,7 +20,7 @@
20
def run(database: str, engine: str, command: str, language: str, readonly: bool, profile: str):
21
cfg = config.read(profile=profile)
22
ctx = api.Context(**cfg)
23
- rsp = api.exec_async(ctx, database, engine, command, language, readonly=readonly)
+ rsp = api.exec_async(ctx, database, engine, command, readonly=readonly, language=language)
24
print(rsp)
25
show.results(rsp)
26
0 commit comments