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

create_view not accepting replace argument #713

Open
GreysonElkins opened this issue Jul 17, 2023 · 2 comments
Open

create_view not accepting replace argument #713

GreysonElkins opened this issue Jul 17, 2023 · 2 comments

Comments

@GreysonElkins
Copy link

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?

@GreysonElkins
Copy link
Author

Noticing now that #599 is still open, assuming the docs are just ahead of deployment. Eagerly awaiting this feature 🤗

@nachitox
Copy link

It's been a few months since the last release. It would be good if we could have a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants