-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 [BUGFIX] For
SAPRFCV2
adding whitespaces to match sub - queries (#…
…1100) * ⚡️ adding whitespaces to match SAP data type characters length to bullet proof the merge * Changed for loop to vector approach * 🚧 Changed df to df_tmp in whitespace filler * Added whitespace logging * ♻️ Refactored logging of the exception * Update src/viadot/sources/sap_rfc.py Co-authored-by: Michał Zawadzki <[email protected]> * Update src/viadot/sources/sap_rfc.py Co-authored-by: Michał Zawadzki <[email protected]> * Update src/viadot/sources/sap_rfc.py Co-authored-by: Michał Zawadzki <[email protected]> * Update src/viadot/sources/sap_rfc.py Co-authored-by: Michał Zawadzki <[email protected]> * 🎨 Changed unique variables name * 🔥 Removed try except from whitespace len check * ⚡️ Wrapped adding whitespaces in sub function * 📝 Comments speeling changed * ✅ Added tests for _adjust_whitespaces sap function * ✨ updated .gitignore with rye * ⬆️ Update pandas requirement as some funcs depend on pandas >=2 * ➕ Update sap extra requirements * ➖ Remove the non-required(?) Cython --------- Co-authored-by: Michał Zawadzki <[email protected]>
- Loading branch information
1 parent
cff4060
commit 587a7fc
Showing
6 changed files
with
61 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,3 +187,6 @@ profiles.yaml | |
|
||
# AWS | ||
.aws | ||
|
||
# Rye | ||
.rye/ |
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
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
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