()
| 60 | } |
| 61 | |
| 62 | func GetMaterializeNoTimestampQueryPath() string { |
| 63 | return helpers.GetEnv("MATERIALIZE_NO_TIMESTAMP_QUERY_PATH", MaterializeNoTimestampQueryPath) |
| 64 | } |
| 65 | |
| 66 | func GetMaterializeWithTimestampQueryPath() string { |
| 67 | return helpers.GetEnv("MATERIALIZE_WITH_TIMESTAMP_QUERY_PATH", MaterializeWithTimestampQueryPath) |
no test coverage detected