Metadata-Version: 2.4
Name: dagster-obstore
Version: 0.2.0
Summary: Dagster integration with `obstore` a python binding to Rust object-store crate. Integration provides computeLogManagers for S3, ADLS & GCS and ObjectStore resourecs
Requires-Python: >=3.9
Requires-Dist: dagster>=1.9.11
Requires-Dist: obstore>=0.4.0
Description-Content-Type: text/markdown

# dagster-obstore

## Requirements
Install docker-compose or podman-compose in your system, this is used to spin up a moto[s3] and azurite server during the tests.

## Test

```sh
make test
```

## Build

```sh
make build
```
