-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
get_metadata() plugin hook should support async await_me_maybe pattern #2331
Labels
Milestone
Comments
Here's where it's called: Lines 649 to 695 in 8f9509f
|
And here's that `_metadata_recursive_update() method: Lines 638 to 647 in 8f9509f
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.datasette.io/en/1.0a13/plugin_hooks.html#get-metadata-datasette-key-database-table currently says:
Refs:
We can fix that with
await_me_maybe()
which wasn't a pattern we were using back when that hook was added.The text was updated successfully, but these errors were encountered: