comparison pkg/imports/gm.go @ 1664:819f67c31dfb

Imports: Stripped schema prefixes from table dependencies.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 23 Dec 2018 12:57:28 +0100
parents a0982c38eac0
children 4407ecaa2192
comparison
equal deleted inserted replaced
1663:10e3dd3b9363 1664:819f67c31dfb
93 return gm, nil 93 return gm, nil
94 } 94 }
95 95
96 func (gmJobCreator) Depends() []string { 96 func (gmJobCreator) Depends() []string {
97 return []string{ 97 return []string{
98 "waterway.gauges", 98 "gauges",
99 "waterway.gauge_measurements", 99 "gauge_measurements",
100 } 100 }
101 } 101 }
102 102
103 // StageDone moves the imported gauge measurement out of the staging area. 103 // StageDone moves the imported gauge measurement out of the staging area.
104 // Currently doing nothing. 104 // Currently doing nothing.