Update content/shared/extended-plugin-api.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/5963/head
Jameelah Mercer 2025-05-05 14:07:08 -07:00 committed by GitHub
parent a645c04582
commit 1ff867ef3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -313,6 +313,5 @@ if not influxdb3_local.cache.get("lookup_table"):
### Next Steps
With an understanding of the InfluxDB 3 Shared Plugin API, you're ready to build data processing workflows that can transform, ana
lyze, and respond to your time series data.
With an understanding of the InfluxDB 3 Shared Plugin API, you're ready to build data processing workflows that can transform, analyze, and respond to your time series data.
To find example plugins you can extend, visit the [plugin repo](https://github.com/influxdata/influxdb3_plugins) on GitHub.