Skip to content

Commit

Permalink
updating correct warning for http
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Jan 29, 2024
1 parent 73c6160 commit 4d977bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astronomer/providers/http/hooks/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(
warnings.warn(
(
"This class is deprecated. "
"Use `airflow.providers.dbt.cloud.hooks.dbt.DbtCloudHook` instead."
"Use `~airflow.providers.http.hooks.http.HttpAsyncHook` instead."
),
DeprecationWarning,
stacklevel=2,
Expand Down

0 comments on commit 4d977bc

Please sign in to comment.