cityofaustin / atd-data-tech

Austin Transportation Data & Technology Services
17 stars 2 forks source link

Segments are not populating in pavement markings work orders feature layer in AGOL #11514

Closed atdservicebot closed 1 year ago

atdservicebot commented 1 year ago

What application are you using?

ArcGIS

Describe the problem.

Segments are not populating in pavement markings work orders feature layer in AGOL

Is there anything else we should know?

This has happened several times before

https://github.com/cityofaustin/atd-data-tech/issues/10823 https://github.com/cityofaustin/atd-data-tech/issues/9907

Website Address

https://austin.maps.arcgis.com/home/item.html?id=a9f5be763a67442a98f684935d15729b

Internet Browser: Firefox

Requested By Susanne G.

Request ID: DTS23-106450

andrewshensky commented 1 year ago

@johnclary This appears to be the same issue as before related to the ETL. Can you take a look at this one?

johnclary commented 1 year ago

@andrewshensky i'm taking a look at this now.

johnclary commented 1 year ago

@andrewshensky the data has been restored. i ran these two scripts manually

# markings jobs
$ docker run -it --rm --env-file env_file -v /my/repo/path:/app atddocker/atd-knack-services:production services/agol_build_markings_segment_geometries.py -l markings_jobs

# markings work orders
$ docker run -it --rm --env-file env_file -v /my/repo/path:/app atddocker/atd-knack-services:production 
services:production services/agol_build_markings_segment_geometries.py -l markings_work_orders
andrewshensky commented 1 year ago

@johnclary Awesome, thanks for looking into this!