Skip to content

Commit

Permalink
add module paths
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed Jan 9, 2025
1 parent 2dd551a commit 6d033ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# [DRAFT] Transformers

You can inject modules into Universql at start time, by passing `--module-paths ./my_transformers`.
You can inject modules into Universql at start time, by passing `--module-paths ./my_transformers` or via:

```bash
> poetry add "universql[custom_transformers]"
> universql snowflake myaccount.aws.us-east-1 --module-paths custom_transformers
```

Here is the abstract class for transformer:

Expand Down

0 comments on commit 6d033ba

Please sign in to comment.