Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix tube dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Sparrow committed Nov 2, 2016
1 parent c5f0d2a commit 8c14ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/integrations/tube.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ def tube_geocoded(cfg):
ST_SetSRID(ST_GeomFromGeoJson(t.geojson), 4326) as geom
FROM
_tube t
""")
""",
task_dep=["tube"])

0 comments on commit 8c14ae1

Please sign in to comment.