Skip to content

Deprecation Warning #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dwai1714 opened this issue Sep 20, 2019 · 0 comments
Open

Deprecation Warning #9

dwai1714 opened this issue Sep 20, 2019 · 0 comments

Comments

@dwai1714
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant