-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Move duckdb
& pandas
import in tutorial DAG into task
#35964
Conversation
@@ -62,9 +62,6 @@ def tutorial_objectstorage(): | |||
located | |||
[here](https://airflow.apache.org/docs/apache-airflow/stable/tutorial/objectstorage.html) | |||
""" | |||
# [END instantiate_dag] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wasn't used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also remove start :) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with nit.
This improves the code as per best practices and avoids import error if duckdb is not installed
8322459
to
fbd79e3
Compare
Makes sense! |
This improves the code as per best practices and avoids import error if duckdb is not installed