We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
replace
According to the docs, create_view accepts a replace boolean argument and it's visible in master.
create_view
When I install it using pip, however, the create_view initializer looks like this (in both 0.41.1 and 0.41.0):
0.41.1
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'
TypeError: create_view() got an unexpected keyword argument 'replace'
Any ideas?
The text was updated successfully, but these errors were encountered:
Noticing now that #599 is still open, assuming the docs are just ahead of deployment. Eagerly awaiting this feature 🤗
Sorry, something went wrong.
It's been a few months since the last release. It would be good if we could have a new one.
No branches or pull requests
According to the docs,
create_view
accepts areplace
boolean argument and it's visible in master.When I install it using pip, however, the
create_view
initializer looks like this (in both0.41.1
and0.41.0
):When run, it gives the error:
TypeError: create_view() got an unexpected keyword argument 'replace'
Any ideas?
The text was updated successfully, but these errors were encountered: