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
As part of implementing the Multiplexer, we will be producing a number of artifacts:
a) Skeletons:
skeleton for Python
skeleton for Typescript
skeleton for Scala
etc...
b) Transpilers
SnowFlake python (MVP) (OSS)
SnowFlake scala transpiler (closed source)
T-SQL scala transpiler (closed source)
DBT scala transpiler (closed source)
We need to store the corresponding code into appropriate repos.
We currently have only 1 repo: remorph.
The purpose of this issue is to agree on which repos to create
Proposed Solution
For example:
a public multiplexer-skeletons repo for all skeletons and docs
a public snowflake-transpiler for the python/sqlglot tsnowflake transpiler
a private snowflake-converter for the scala snowflake transpiler
etc...
Additional Context
No response
The text was updated successfully, but these errors were encountered:
We will get into dependency hell potentially. Maven can build complete jars with dependencies, but is this the right time to start splitting this up?
We would probably need a Maven artifact repo as well, though I suspect there is already one somewhere. Getting the Python into its own project seems like a good idea though. Needs some discussion I think.
Is there an existing issue for this?
Category of feature request
Transpile
Problem statement
As part of implementing the Multiplexer, we will be producing a number of artifacts:
a) Skeletons:
b) Transpilers
We need to store the corresponding code into appropriate repos.
We currently have only 1 repo: remorph.
The purpose of this issue is to agree on which repos to create
Proposed Solution
For example:
multiplexer-skeletons
repo for all skeletons and docssnowflake-transpiler
for the python/sqlglot tsnowflake transpilersnowflake-converter
for the scala snowflake transpileretc...
Additional Context
No response
The text was updated successfully, but these errors were encountered: