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(datasets): Created table_args to pass to create_table, create_view, and table methods #909

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. Added table_args, combined save_args and table_args for save method t…

    …o avoid breaking changes
    
    Signed-off-by: Mark Druffel <[email protected]>
    mark-druffel committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    add5a38 View commit details
    Browse the repository at this point in the history
  2. Added docstring and release note

    Signed-off-by: Mark Druffel <[email protected]>
    mark-druffel committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ef3712e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Updated release notes as feature, not bug

    Signed-off-by: Mark Druffel <[email protected]>
    mark-druffel committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0a40d23 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix/datasets/ibis-TableDataset

    Signed-off-by: Deepyaman Datta <[email protected]>
    deepyaman authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d6ea74e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Changes to fix bug with table_args & save_args

    Signed-off-by: Mark Druffel <[email protected]>
    mark-druffel committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8897a01 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    e0e2df9 View commit details
    Browse the repository at this point in the history
  2. Linting on table_dataset.py

    Signed-off-by: Mark Druffel <[email protected]>
    mark-druffel committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    6b86358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b738a92 View commit details
    Browse the repository at this point in the history