Metadata-Version: 2.1
Name: bigeye-airflow1
Version: 0.0.26
Summary: Airflow operators to be used with Bigeye.  Supporting Airflow version 1.10.10.
Home-page: https://github.com/torodata/toro-airflow
Author: Bigeye
Author-email: support@bigeye.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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.
```json
{
    "base_url": "https://app.bigeye.com",
    "user": "some_user+some_company@bigeye.com",
    "password": "fakepassword1234"
}
```

```shell
BIGEYE_API_CRED_FILE=~/.bigeye/conf/greene_homes_demo_prod.conf quickstart.sh -i
```
### Run
```shell
bash quickstart.sh -r
```
### Stop
```shell
bash quickstart -s
```

