Hi, I’m pulling all the wells in a project using /v1/projects/:ProjID/company-wells? and then pulling the metadata from a specific forecast using /v1/projects/:ProjID/forecasts/:ForecastID/outputs?
I get these two outputs into pandas tables and then left join metadata ← ProjectWells . My problem is that i’m getting some WellIDs from the metadata that i can’t pair to the WellIDs of the Project Wells…i found ~2K WellIDs present in the metadata but not in the Project Wells. What can i do to start troubleshooting? my first thought is that its pulling Deleted wells from the Forecast maybe? Is it possible that Wells are present at the Forecast level that are not seen at the Project level?
thanks for the help!