Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaBlooms committed Aug 29, 2024
1 parent 99d031a commit 18c6b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupiterone/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def finalize_sync_job(self, instance_job_id: str = None):
response = self._execute_syncapi_request(endpoint=endpoint, payload=data)

return response

def fetch_integration_jobs(self, instance_id: str = None):
"""Fetch Integration Job details from defined integration instance.
Expand All @@ -533,7 +533,7 @@ def fetch_integration_jobs(self, instance_id: str = None):
response = self._execute_query(INTEGRATION_JOB_VALUES, variables=variables)

return response['data']['integrationJobs']

def fetch_integration_job_events(self, instance_id: str = None, instance_job_id: str = None):
"""Fetch events within an integration job run.
Expand Down

0 comments on commit 18c6b03

Please sign in to comment.