(executionId: string)
| 159 | } |
| 160 | |
| 161 | export const relativeQueryHistoryPath = (executionId: string) => |
| 162 | `${executionId}`; |
| 163 | |
| 164 | export const newConnectionPath = (regionSlug: string) => { |
| 165 | return `${regionPath(regionSlug)}/sources/new/connection`; |