You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server should go to the main branch of that repo and load in the file wal_plugin.py. Plugins in that repo will always have the same filename as the parent directory.
The text was updated successfully, but these errors were encountered:
We are setting up a public plugin repository at https://github.com/influxdata/influxdb3_plugins. Users should be able to specify a plugin by name from that repo.
Let's overload the
filename
argument currently being used. If it starts withgh:
then the remainder should be parsed as a location in that repo. So the plugin at https://github.com/influxdata/influxdb3_plugins/blob/main/examples/wal_plugin/wal_plugin.py would be loaded by specifying afilename
ofgh:examples/wal_plugin
.The server should go to the main branch of that repo and load in the file
wal_plugin.py
. Plugins in that repo will always have the same filename as the parent directory.The text was updated successfully, but these errors were encountered: