Skip to content

Commit

Permalink
Update main to load current date into motherduck.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Oosterop committed Sep 23, 2023
1 parent 56eb965 commit 7611f60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ skip = [".gitignore", ".dockerignore"]
disallow_incomplete_defs = true

[tool.poetry]
name = "ternyx.mimosa"
name = "ternyxmimosa"
version = "0.0.1"
description = "A minimal modern data stack with working data pipelines in a single Docker container."
authors = ["Erik Oosterop <[email protected]>"]
Expand Down
4 changes: 4 additions & 0 deletions src/mimosa/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
A minimal modern data stack with working data pipelines in a single Docker container.
"""
from mimosa.pipelines import GEI


def main():
"""_summary_."""
print("Hello world from mimosa.") # noqa T201

pipeline = GEI(destination="motherduck")
pipeline.run_landing_pipeline()

return -1


Expand Down

0 comments on commit 7611f60

Please sign in to comment.