Skip to content

Commit

Permalink
fix bug with seeding run override, v0.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pblankley committed Feb 23, 2023
1 parent 3b644de commit e57668e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions metrics_layer/cli/seeding.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def __init__(
run_query_override=None,
):
self.default_model_name = "base_model"
self.run_query_override = run_query_override
self.profile_name = profile
self.target_name = target
if metrics_layer is None:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metrics_layer"
version = "0.9.19"
version = "0.9.20"
description = "The open source metrics layer."
authors = ["Paul Blankley <paul@zenlytic.com>"]
keywords = ["Metrics Layer", "Business Intelligence", "Analytics"]
Expand Down

0 comments on commit e57668e

Please sign in to comment.