ARKA and ARKZ closes #3

This commit is contained in:
Elijah McMorris 2024-06-07 13:18:49 -07:00
parent 65824f7a70
commit 2bf10bc5a4
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ environment:
- ARK_SOURCE=ApiIncremental
```
Env string ARK_SOURCE must be in the enum Source
```
```rust
pub enum Source {
// Reads Parquet file if exists
Read,