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

airflow dag 수정 #38

Closed
wants to merge 17 commits into from
Closed

airflow dag 수정 #38

wants to merge 17 commits into from

Conversation

heehehe
Copy link
Owner

@heehehe heehehe commented Feb 9, 2024

Resolve #13

  • 추후 프로세스: 로컬에서 PythonOperator로 테스트 -> docker 기반으로 크롤링 테스트 -> terraform+ansible 기반 airflow 환경에서 테스트

@heehehe heehehe self-assigned this Feb 9, 2024
@heehehe heehehe changed the base branch from main to refactor/35-crawling February 9, 2024 10:01
Comment on lines +45 to +48
get_url_list[crawler_name] = PythonOperator(
task_id=f"{crawler_name}.get_url_list",
python_callable=crawler.get_url_list
)
Copy link
Owner Author

Choose a reason for hiding this comment

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

추후 docker 이용할 때 이부분을 BashOperator로 바꿔서 docker run -v data:data image -s jobplanet -d data -m get_url_list 진행되도록 하면 될듯!

@heehehe heehehe changed the base branch from refactor/35-crawling to main March 8, 2024 13:50
@heehehe
Copy link
Owner Author

heehehe commented Mar 8, 2024

충돌로 인해 #44 에서 재진행

@heehehe heehehe closed this Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

airflow 구축
1 participant