You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change from
from airflow.hooks import HttpHook
to
from airflow.hooks.http_hook import HttpHook
change from
from airflow.operators import BashOperator
to
from airflow.operators.bash_operator import BashOperator
The text was updated successfully, but these errors were encountered:
change from
from airflow.hooks import HttpHook
to
from airflow.hooks.http_hook import HttpHook
change from
from airflow.operators import BashOperator
to
from airflow.operators.bash_operator import BashOperator
The text was updated successfully, but these errors were encountered: