# ows-dmp-workflows
Orchard workflows service for access to data management platform

## Getting Started

### Installation

Before starting make sure you have `python3.10` installed.
An easy way to manage python versions is with `pyenv`:

```bash
$ pyenv install 3.10
```

or installing with `Homebrew`:

```bash
$ brew update
$ brew install python@3.10
```

### Local development

Set SNOWFLAKE credentials in .env file

```bash
$ make up
```

Open UI

```bash
localhost:8080
login and password: airflow
```
