Skip to content

Commit

Permalink
Update src/viadot/orchestration/prefect/tasks/azure_sql.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 8dcaef4 commit 0fa2fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viadot/orchestration/prefect/tasks/azure_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def azure_sql_to_df(

credentials = get_credentials(credentials_secret)

aselite = AzureSQL(credentials=credentials)
azure_sql = AzureSQL(credentials=credentials)

df = aselite.to_df(query=query)

Expand Down

0 comments on commit 0fa2fa4

Please sign in to comment.