Skip to content

Commit

Permalink
add postgres executor
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-v committed Sep 7, 2023
1 parent 7b6ef3e commit 0d898e7
Show file tree
Hide file tree
Showing 2 changed files with 731 additions and 0 deletions.
1 change: 1 addition & 0 deletions redun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from redun.executors.aws_batch import AWSBatchExecutor
from redun.executors.aws_glue import AWSGlueExecutor
from redun.executors.docker import DockerExecutor
from redun.executors.postgres import PgExecutor

try:
from redun.executors.k8s import K8SExecutor
Expand Down
Loading

0 comments on commit 0d898e7

Please sign in to comment.