Skip to content

Commit

Permalink
Forcing reporting pipeline to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Oosterop committed Sep 25, 2023
1 parent 625e88a commit 86512b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- insertion marker -->
## [Unreleased]

## [0.0.4] 2023-09-24

### Added
- Forcing reporting pipeline to run

## [0.0.3] 2023-09-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ disallow_incomplete_defs = true

[tool.poetry]
name = "ternyxmimosa"
version = "0.0.3"
version = "0.0.4"
description = "A minimal modern data stack with working data pipelines in a single Docker container."
authors = ["Erik Oosterop <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions src/mimosa/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def main():

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

return -1

Expand Down

0 comments on commit 86512b3

Please sign in to comment.