Skip to content

Commit

Permalink
🐛 Fixed typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
angelika233 committed Oct 27, 2023
1 parent d086124 commit 2714f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `SharepointListToDF` task class.
- Added `SharepointListToADLS` flow class.
- Added tests for `SharepointList`.
- Added `get_nested_dict` to untils.py.
- Added `get_nested_dict` to utils.py.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion viadot/sources/sap_bw.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_output_data(self, mdx_query: str) -> dict:
{
"COLUMN": 0,
"ROW": 0,
"DATA": "VELUX Deutschland GmbH",
"DATA": "DATA",
"VALUE_DATA_TYPE": "CHAR",
"CELL_STATUS": ""
},...
Expand Down

0 comments on commit 2714f33

Please sign in to comment.