Xiaoqiang Guo
Xiaoqiang Guo
fix the None path error.
This cmd-let is used to post to endpoint api/2.0/jobs/runs/submit, which does not support/require JobID. However, the code makes JobID mandatory and the if conditions on it made it impossible to...
There are two problems: 1. gpt-4o needs a bit extract prompt to make sure that it follows the TOT format, as sometimes it jumps to the answer and causes a...
There is a type check in class SparkSQLChain() that is restricted to SparkSession only. We need to change it to spark: Union[SparkSession, ConnectSparkSession] similar to class QuerySparkSQLTool.