diff --git a/src/viadot/sources/sap_rfc.py b/src/viadot/sources/sap_rfc.py index 22d04ee02..005351d52 100755 --- a/src/viadot/sources/sap_rfc.py +++ b/src/viadot/sources/sap_rfc.py @@ -1154,6 +1154,7 @@ def to_df(self, tests: dict | None = None) -> pd.DataFrame: # noqa: C901, PLR09 if any(rows_missing_whitespaces): # Check how many whitespaces is missing for each row # column value + logger.info(f"Adding whitespaces for {col} column") missing_whitespaces_len = ( unique_column_len - actual_length_of_field )