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
The plugin should correctly map typeName to type_name before sending to the databricks API
Steps to reproduce
Create any databricks.Table resource with the nodejs Pulumi SDK
Output of pulumi about
CLI
Version 3.55.0
Go Version go1.19.5
Go Compiler gc
Plugins
NAME VERSION
nodejs unknown
Host
OS darwin
Version 13.2.1
Arch x86_64
This project is written in nodejs: executable='/usr/local/bin/node' version='v19.7.0'
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
Perhaps this is not possible? I am migrating from AWS Glue Catalog, which allows you to create a Table without any compute resources (since a catalog should be just metadata anyway)
But after playing with the Databricks console a little more, it appears that you need to use Compute resources to create the table so a new delta log can be written to S3
It's a shame it works this way, Spark jobs don't require any existing files at the table location when they first run, and this seems like a step away from making catalogs "metadata only", which they should be. in theory, metadata catalogs should not require any compute resources to create new schemas, tables and views.
Hey @mattfysh, thanks for opening an issue! I'm not sure I understand how your comment relates to this issue. Can you clarify what might be impossible?
What happened?
Attempting to define a table with the nodejs SDK as:
This results in the following error:
Expected Behavior
The plugin should correctly map
typeName
totype_name
before sending to the databricks APISteps to reproduce
Create any
databricks.Table
resource with the nodejs Pulumi SDKOutput of
pulumi about
CLI
Version 3.55.0
Go Version go1.19.5
Go Compiler gc
Plugins
NAME VERSION
nodejs unknown
Host
OS darwin
Version 13.2.1
Arch x86_64
This project is written in nodejs: executable='/usr/local/bin/node' version='v19.7.0'
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: