Skip to content

Commit

Permalink
add serialized=True to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Nov 8, 2024
1 parent 9705f9d commit 53cd96a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def test_modal_snippet() -> None:
volumes={"/data/": vol},
schedule=modal.Period(days=1),
secrets=[modal.Secret.from_name("sql-secret")],
serialized=True,
)
def load_tables() -> None:
import dlt
Expand Down

0 comments on commit 53cd96a

Please sign in to comment.