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

Finalize method #25

Closed simonw closed 7 months ago

simonw commented 7 months ago

Just like .initialize() gets called at the beginning of a run, .finalize() gets called at the end.

I plan to use this in a couple of plugins that optionally store API keys in config - they'll use it to delete those API keys at the end of their runs.