Skip to content

create_view not accepting replace argument #713

@GreysonElkins

Description

@GreysonElkins

According to the docs, create_view accepts a replace boolean argument and it's visible in master.

When I install it using pip, however, the create_view initializer looks like this (in both 0.41.1 and 0.41.0):

def create_view(
    name,
    selectable,
    metadata,
    cascade_on_drop=True
):

When run, it gives the error: TypeError: create_view() got an unexpected keyword argument 'replace'

Any ideas?

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