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
Using the Table resource and consequently the TableColumnArgs, i notice that by documentation only 4 fields are required (name, position, type_name, type_text).
Running a table creation, another field is actually required, the "type_json" field that is optional.
Is it correct this behavior?
What kind of values it takes in input since there is a lack in the documentation and no fields are currently described?
Expected Behavior
The expected behavior is to create the table specifying only the minimum and required fields in columns definition.
CLI
Version 3.61.0
Go Version go1.20.2
Go Compiler gc
Plugins
NAME VERSION
auth0 2.21.0
aws 5.41.0
cloudamqp 3.14.0
cloudflare 4.16.0
databricks 1.16.1
datadog 4.18.1
kubernetes 3.29.1
python unknown
random 4.13.2
Host
OS darwin
Version 13.4
Arch arm64
This project is written in python: executable='/Users/xxxx/opt/python3' version='3.9.13'
Dependencies:
NAME VERSION
pip 23.0.0
setuptools 67.1.0
wheel 0.38.4
Pulumi locates its logs in /var/folders/0f/7054zxc15ysc516hkl_6t3xm0000gn/T/ by default
warning: A new version of Pulumi is available. To upgrade from version '3.61.0' to '3.71.0', visit https://pulumi.com/docs/reference/install/ for manual instructions and release notes.
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:
Could you please clarify which documentation you are looking at (perhaps with a link), and which fields do you believe are incorrectly marked as required? Thank you!
Running a table creation, another field is actually required, the "type_json" field that is optional. For all these fields there is also no description of what they need to work correctly.
What happened?
Using the Table resource and consequently the TableColumnArgs, i notice that by documentation only 4 fields are required (name, position, type_name, type_text).
Running a table creation, another field is actually required, the "type_json" field that is optional.
Is it correct this behavior?
What kind of values it takes in input since there is a lack in the documentation and no fields are currently described?
Expected Behavior
The expected behavior is to create the table specifying only the minimum and required fields in columns definition.
Steps to reproduce
Output of
pulumi about
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: