Skip to content

Commit 34f733c

Browse files
atttiwarinarenderqlikPagadala Narenderrdeshmukh15
authored
Fix for PQR/Stage issue(Workflow stream variable type mismatch) (#25)
* New streams (#19) * changes for the rasing the exception if not have the key * changes for the org_id name change * added parent stream for the child in the metadata * chnages for the review * pagination code changes * added methos names in the abstrct file * changes for the retun * changes for the none * changes for the duplicte records handling * chnages for the project key * none type issue with fixes changes * changes for the adding parent id into the key properties * SAC-29741: integration fix --------- Co-authored-by: Pagadala Narender <ext.pagadala.narender@globallogic.com> Co-authored-by: Rutuja Deshmukh <107538720+rdeshmukh15@users.noreply.github.com> Co-authored-by: atttiwari <atul.tiwari@qlik.com> * SAC-29742: Removed previous merged code causing issue * SAC-29742: Addressed review comments * SAC-30078: Fix the list.update issue --------- Co-authored-by: narenderqlik <Narender.Pagadala@qlik.com> Co-authored-by: Pagadala Narender <ext.pagadala.narender@globallogic.com> Co-authored-by: Rutuja Deshmukh <107538720+rdeshmukh15@users.noreply.github.com>
1 parent f582a81 commit 34f733c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ workflows:
6464
- master
6565
jobs:
6666
- build:
67-
context: circleci-user
67+
context: circleci-user

tap_circle_ci/streams/workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ def prefetch_workflow_ids(self, project) -> List:
122122
parent_ids, *_ = self.get_records(pipeline_id, None)
123123
pipeline_wflo_ids += parent_ids
124124
pipeline_wflo_ids.sort(key=lambda x: x[1])
125-
self.client.shared_workflow_ids = pipeline_wflo_ids
125+
self.client.shared_workflow_ids = {self.project: pipeline_wflo_ids}
126126
return pipeline_wflo_ids

0 commit comments

Comments
 (0)