Skip to content

Commit

Permalink
chore: add link to plugin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mesejo committed Sep 3, 2024
1 parent 88855de commit 5607fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/register-extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def register_plugin_json(context: SessionContext, path: Path, func: str):


ctx = SessionContext()
# The libdatafusion_plugin_json.so was generated from the repo https://github.com/mesejo/datafusion-plugin-json.git
extension_path = (
Path(__file__).parent.resolve() / "extension" / "libdatafusion_plugin_json.so"
)
Expand Down

0 comments on commit 5607fac

Please sign in to comment.