john_hwang
05/03/2022, 7:14 AMdetails = []
projects = requests.get(f"{url}/api/projects/search).json()
for project in projects:
response = requests.get(f"{url}/api/{project}/detail).json()
for detail in response:
details.append(detail)
return {"details": details}
visch
05/03/2022, 1:36 PMproject_details
and they would be "combined" as each record has the same stream, the target itself takes each record and pushes them into one place for you (normally a table in your DW called project_details )
john_hwang
05/03/2022, 5:08 PMvisch
05/03/2022, 5:23 PMjohn_hwang
05/03/2022, 5:35 PMget_child_context
record listing all the projects.visch
05/03/2022, 5:35 PMpath = "/groups/{group_id}/epics/{epic_iid}/issues"
`visch
05/03/2022, 5:35 PMjohn_hwang
05/03/2022, 5:36 PMvisch
05/03/2022, 5:36 PMvisch
05/03/2022, 5:36 PMvisch
05/03/2022, 5:37 PMvisch
05/03/2022, 5:37 PMvisch
05/03/2022, 5:37 PMjohn_hwang
05/03/2022, 5:56 PMvisch
05/03/2022, 5:56 PMget_records()
visch
05/03/2022, 5:57 PMvisch
05/03/2022, 5:57 PMjohn_hwang
05/03/2022, 5:59 PM