datasette / datasette-enrichments

Tools for running enrichments against data stored in Datasette
https://enrichments.datasette.io
Apache License 2.0
16 stars 0 forks source link

initialize() and enrich_batch() need access to datasette #16

Closed simonw closed 7 months ago

simonw commented 7 months ago

If plugins are going to look up configuration (or secrets, as needed by datasette-enrichments-gpt) they need access to the datasette object. It should be passed to the initialize() and enrich_batch() methods.

Refs: