You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(kernel): consume published @databricks/databricks-sql-kernel napi packages (0.2.0)
Declare the eight per-platform kernel binary packages as
optionalDependencies pinned to 0.2.0, so a released @databricks/sql
pulls the matching native binding from npm on install instead of
requiring a local 'npm run build:native'. npm resolves only the package
matching the consumer's platform; the rest are skipped (optional), so
installs on unsupported platforms keep working with the Thrift backend.
Refresh native/kernel/README.md to drop the stale 'M0 / not yet
published' note now that all 8 triples are live.
Co-authored-by: Isaac
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>
0 commit comments