databricks-sql-nodejs
databricks-sql-nodejs copied to clipboard
[API] No method available to trigger EXTERNAL_LINKS response
Looks like this package only allows INLINE execution.
Are there any plans to allow EXTERNAL_LINKS execution?
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.