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

feat: sparrow_py initial table management #565

Merged
merged 1 commit into from
Jul 27, 2023
Merged

Conversation

kevinjnguyen
Copy link
Contributor

Sparrow_py Initial Table Management

Changes

  • Adds an add method to Table.
  • Adds a get_data method to Table.
  • Adds schema assertion requirements to load data
  • Adds naive schema validation at table creation time

@cla-bot cla-bot bot added the cla-signed Set when all authors of a PR have signed our CLA label Jul 27, 2023
sparrow-py/pysrc/sparrow_py/session.py Outdated Show resolved Hide resolved
sparrow-py/pysrc/sparrow_py/_ffi.pyi Outdated Show resolved Hide resolved
sparrow-py/pysrc/sparrow_py/__init__.py Outdated Show resolved Hide resolved
sparrow-py/pysrc/sparrow_py/session.py Outdated Show resolved Hide resolved
sparrow-py/pysrc/sparrow_py/session.py Outdated Show resolved Hide resolved
sparrow-py/pysrc/sparrow_py/session.py Outdated Show resolved Hide resolved
sparrow-py/pytests/session_test.py Show resolved Hide resolved
Base automatically changed from ben/connect-query-builder to main July 27, 2023 22:45
@bjchambers bjchambers changed the title draft: feat: sparrow_py initial table management feat: sparrow_py initial table management Jul 27, 2023
@github-actions github-actions bot added the enhancement New feature or request label Jul 27, 2023
@bjchambers bjchambers added this pull request to the merge queue Jul 27, 2023
Merged via the queue into main with commit 43d5daa Jul 27, 2023
30 checks passed
@bjchambers bjchambers deleted the feature/table-management branch July 27, 2023 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed Set when all authors of a PR have signed our CLA enhancement New feature or request sparrow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants