Update content/shared/v3-core-plugins/extended-plugin-api.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
5951-restructure-influxdb3-plugins
Jameelah Mercer 2025-04-14 19:20:43 -07:00 committed by GitHub
parent f65b3378d1
commit e4eb00c728
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ These features let you build plugins that can transform, analyze, and respond to
The plugin API lets you:
- Write and query data directly from your python code
- Write and query data directly from your Python code
- Track information between plugin executions with the in-memory cache
- Log messages for monitoring and debugging
- Build data processing workflows