Skip to content

Commit

Permalink
Update src/viadot/orchestration/prefect/flows/azure_sql_to_adls.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Zawadzki <[email protected]>
  • Loading branch information
adrian-wojcik and trymzet authored Sep 26, 2024
1 parent d14523c commit 9c08a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def azure_sql_to_adls(
adls_path_overwrite (bool, optional): Whether to overwrite the file in ADLS.
Defaults to True.
"""
data_frame = aselite_to_df(
data_frame = azure_sql_to_df(
query=query,
credentials_secret=credentials_secret,
sep=sep,
Expand Down

0 comments on commit 9c08a1e

Please sign in to comment.