()
| 56 | } |
| 57 | |
| 58 | func GetPythonRemoteInitPath() string { |
| 59 | return helpers.GetEnv("PYTHON_REMOTE_INIT_PATH", PythonRemoteInitPath) |
| 60 | } |
| 61 | |
| 62 | func GetMaterializeNoTimestampQueryPath() string { |
| 63 | return helpers.GetEnv("MATERIALIZE_NO_TIMESTAMP_QUERY_PATH", MaterializeNoTimestampQueryPath) |
no test coverage detected