-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add generators in syncing dimensions (#638)
* Add generators in syncing dimensions * resolved tests * comment resolved
- Loading branch information
1 parent
87b2cbc
commit dd737ef
Showing
3 changed files
with
76 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6561,7 +6561,7 @@ | |
"externalId": "report 1057 - [email protected]", | ||
"internalId": "76115" | ||
}, | ||
'get_all_locations': [ | ||
'get_all_locations': [[ | ||
{ | ||
'nullFieldList': None, | ||
'name': '02: Boston Gaon', | ||
|
@@ -6764,7 +6764,7 @@ | |
'customFieldList': None, | ||
'internalId': '5', | ||
'externalId': None | ||
}], | ||
}]], | ||
'get_all_currencies': [ | ||
[OrderedDict([('nullFieldList', None), | ||
('name', 'USA PEW S A'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters