Skip to content
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

Feature: add_columns, alter_columns, and drop_columns #959

Open
1 of 6 tasks
wjones127 opened this issue Feb 12, 2024 · 0 comments
Open
1 of 6 tasks

Feature: add_columns, alter_columns, and drop_columns #959

wjones127 opened this issue Feb 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@wjones127
Copy link
Contributor

wjones127 commented Feb 12, 2024

SDK

Python

Description

Add schema evolution APIs from Lance, to both Python and Node SDKs.

  • Expose basic {add|alter|drop}_columns} APIs
  • Add BatchUDF support for add_columns
  • Add column casting support in alter_columns
  • Support these async Python
  • Add SaaS support for these functions
  • Document in user guide
@wjones127 wjones127 added the enhancement New feature or request label Feb 12, 2024
@wjones127 wjones127 self-assigned this Feb 12, 2024
wjones127 added a commit that referenced this issue Feb 26, 2024
Initial work for #959. This exposes the basic functionality for each in
all of the APIs. Will add user guide documentation in a later PR.
raghavdixit99 pushed a commit to raghavdixit99/lancedb that referenced this issue Apr 5, 2024
Initial work for lancedb#959. This exposes the basic functionality for each in
all of the APIs. Will add user guide documentation in a later PR.
westonpace pushed a commit that referenced this issue Apr 5, 2024
Initial work for #959. This exposes the basic functionality for each in
all of the APIs. Will add user guide documentation in a later PR.
alexkohler pushed a commit to alexkohler/lancedb that referenced this issue Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant