https://github.com/riveryio/airflow_sample_dags_rivery
Repository to hold sample code for creating DAG's in apache airflow using the rivery api.
https://github.com/riveryio/airflow_sample_dags_rivery
Last synced: about 1 year ago
JSON representation
Repository to hold sample code for creating DAG's in apache airflow using the rivery api.
- Host: GitHub
- URL: https://github.com/riveryio/airflow_sample_dags_rivery
- Owner: RiveryIO
- License: gpl-3.0
- Created: 2021-10-26T16:21:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T21:47:00.000Z (over 4 years ago)
- Last Synced: 2025-01-22T08:16:15.784Z (over 1 year ago)
- Language: Python
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# airflow_sample_dags_rivery
Repository to hold sample code for creating DAG's in apache airflow using the rivery api.
## Folders:
### 1. river_run.
Contains DAG code to remotely execute a river. Must trigger dag with config file in the format:
{"river_id": "",
"access_token": ""}
### 2. check_run.
Contains DAG code to check the status of a river provided the run_id. Must trigger dag with config file in the format:
{"run_id": "",
"access_token": ""}
### 3. rivery_download_activity_log.
Contains DAG code to download the csv file holding the logs of a run.