databricks-sql-nodejs icon indicating copy to clipboard operation
databricks-sql-nodejs copied to clipboard

[API] No method available to trigger EXTERNAL_LINKS response

Open roman-supy-io opened this issue 9 months ago • 1 comments

Looks like this package only allows INLINE execution.

Are there any plans to allow EXTERNAL_LINKS execution?

roman-supy-io avatar Mar 28 '25 12:03 roman-supy-io

Hi @roman-supy-io, external links is supported in the driver. You can enable that by passing useCloudFetch: true in ExecuteStatement options. We plan to enable this param by default in out next release.

shivam2680 avatar Mar 28 '25 16:03 shivam2680