Skip to content

Commit

Permalink
Update src/viadot/sources/sap_rfc.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Zawadzki <[email protected]>
  • Loading branch information
marcinpurtak and trymzet authored Nov 6, 2024
1 parent c5d270b commit 82ef729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viadot/sources/sap_rfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ def to_df(self, tests: dict | None = None) -> pd.DataFrame: # noqa: C901, PLR09
raise
actual_length_of_field = df_tmp[col].str.len()
# Check which rows column values has less characters
# then is defined in SAP data type for each column
# than specified in the column data type.
rows_missing_whitespaces = (
actual_length_of_field < unique_column_len
)
Expand Down

0 comments on commit 82ef729

Please sign in to comment.