Skip to content
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

ch05 code update #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

ch05 code update #7

wants to merge 6 commits into from

Conversation

ismaelcv
Copy link
Collaborator

No description provided.

@@ -79,7 +79,7 @@ x-airflow-common:
- ${AIRFLOW_PROJ_DIR:-.}/logs:/opt/airflow/logs
- ${AIRFLOW_PROJ_DIR:-.}/config:/opt/airflow/config
- ${AIRFLOW_PROJ_DIR:-.}/plugins:/opt/airflow/plugins
- airflow-data-volume:/data
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line can stay. It might not be needed for this chapter but this keeps the compose file consistent with the other chapters

@@ -120,7 +120,7 @@ services:
<<: *airflow-common
command: webserver
ports:
- "8080:8080"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you undo this change to keep it consistent with the other chapters?

Copy link
Member

@danielvdende danielvdende left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 minor comment.

)
def taskflow_api_decorator():

@task #C
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#C?

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