기류 API 테스트
기류 API 테스트
이것은 Apache Airflow용 2.0 Stable Rest Apis용 Pytest 모음입니다. 공기 흐름을 로컬로 설정하고 이것들을 가지고 놀 수 있는 또 다른 저장소가 있습니다. 나는 RestAssured에 익숙하지만 여기에서 pytest를 시도하고 있습니다.
Apache Airflow 2.0 Stable Rest API 호출 - Python
나는 API 테스트를 위해 RestAssured에 익숙합니다. Airflow 안정 나머지 API로 파이썬 API 테스트 시도
📝 목차
Uses
🧐 소개
This repository will contain api calls to stable Airflow Rest apis. Having worked in airflow, I felt the lack of it. Come Airflow 2.0, it resolved the issues for me.
It is also an attempt to understand api testing with python as I usually prefer Rest Assured (Java). This is a WIP repo as I continue to build and add calls to all apis.
I have another repo which can help people setup airflow locally and then play around with these api.
용도
Listing out some reasons why I created this for myself:
- Learn about airflow apis.
- Learn about Python api testing.
- Understand use cases of api and document for future needs.
🏁 시작하기
Sequence of steps to be followed to be able to use this successfully:
🎈 사용법
🔧 테스트 실행
Here is an example of how you could run the tests. I will continue to evolve this
pytest test_dag.py
테스트 실행을 위한 Github 워크플로
I added this step for me to understand more about github workflows and how i can leverage it for this specific usecase. Essentially what I will have to do is within the workflow:
- Clone airflow-docker repo
- Start Airflow
- Run these tests
- Do something with the results
⛏️Airflow API
I know you could get your hands on the swagger doc for these. But I still wanted to list down here.
(4667918)Get Config
Connection
가리비 ✍️ 작가
Reference
이 문제에 관하여(기류 API 테스트), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/anilkulkarni87/airflow-api-tests-5fgb텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)