SqlTable Fails When Running Pulumi Up after Creation #652
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
blocked
The issue cannot be resolved without 3rd party action.
kind/bug
Some behavior is incorrect or out of spec
Describe what happened
Creating a Databricks SqlTable fails when running pulumi up/preview after first time creation.
Sample program
Log output
Affected Resource(s)
SqlTable
Output of
pulumi about
... stack name and urns here that's private info
Additional context
Edit. I found the issue. If I remove the space in
DECIMAL(18, 8)
it works. It seems to be a parsing problem. LEaving the issue here becauseDECIMAL(X,Y)
should be the same asDECIMAL(X, Y)
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: