Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 569 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 569 Bytes

bigeye-airflow

Airflow operators to interact with Bigeye API.

The Test Environment

Setup/Initialization

Verify an environment variable BIGEYE_API_CRED_FILE has been created, We are currently using Greene Homes Demo Production workspace.

{
    "base_url": "https://app.bigeye.com",
    "user": "some_user+some_company@bigeye.com",
    "password": "fakepassword1234"
}
BIGEYE_API_CRED_FILE=~/.bigeye/conf/greene_homes_demo_prod.conf quickstart.sh -i

Run

bash quickstart.sh -r

Stop

bash quickstart -s