Skip to content

Commit

Permalink
πŸ› fix parameter name bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-wojcik committed Mar 15, 2024
1 parent e6a9810 commit 92c2b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viadot/flows/sap_rfc_to_adls.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def gen_flow(self) -> Flow:
rfc_total_col_width_character_limit=self.rfc_total_col_width_character_limit,
rfc_unique_id=self.rfc_unique_id,
alternative_version=self.alternative_version,
credentials=self.sap_credentials,
sap_credentials=self.sap_credentials,
sap_credentials_key=self.sap_credentials_key,
env=self.env,
flow=self,
Expand Down

0 comments on commit 92c2b70

Please sign in to comment.