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 aed3cb2 commit a0d0f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def azure_sql_to_adls(
adls_path_overwrite: bool = False,
) -> None:
r"""
Flow for downloading data from ASElite to csv file, then uploading it to ADLS.
Download data from Azure SQL to a CSV file and uploading it to ADLS.
Args:
query (str): Query to perform on a database. Defaults to None.
Expand Down

0 comments on commit a0d0f7a

Please sign in to comment.