Language Extensions/Plugins #349
ryanhaarmann
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the recommended or best way to handle adding a new language but via a different package and not requiring adding it to the main source? What if I want to implement a snowflake-sql or postgres-sql language extractor, but I don't know if those belong directly in the main codebase, maybe they should be extension/integration/plugin to graphify? Additionally beyond normal languages, we have some internal overrides using jinja templates on our sql, so I want to create a language handler for this is possible, so that the "extract" is utilized and doesn't need to process through claude tokens.
Beta Was this translation helpful? Give feedback.
All reactions