Skip to content

as_dataset() should take tblname and overwrite as optional arguments #32

Description

@cboettig

as_dataset() should take tblname and overwrite as optional arguments. This allows for code to keep overwriting a temporary table instead of always creating a new one when it is needed only for temporary steps (though dplyr has the copy syntax for that).

Also this function name is not that intuitive (though it does parallel the syntax of open_dataset(). Perhaps the write-style sytnax (to_* ) is more intuitive than the coerce-style as_*. Ibis uses the term create_table() in duckdb backend, but not sure that's intuitive or verbose.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions