-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add columns.add
RPC function
#3616
Conversation
Add columns to a table. | ||
|
||
Args: | ||
column_data_list: A list describing desired columns to add. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably document the behavior when column_data_list
is set to [{}]
(null)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me @mathemancer, I've requested a small documentation change. Please merge the PR once it is addressed.
Fixes #3585
Exposes column adding function
columns.add
at the RPC endpoint.Technical details
The new RPC function is documented, and no further explanation should be necessary. If it's not clear enough, request a change to this PR, since we should then improve that documentation.
Checklist
Update index.md
).develop
branch of the repositoryvisible errors.
Developer Certificate of Origin
Developer Certificate of Origin