Skip to content

Commit

Permalink
Merge pull request #98 from dbt-labs/plypaul--40--remove-error-log-line
Browse files Browse the repository at this point in the history
Remove debugging log line and increment package version
  • Loading branch information
plypaul authored Jun 27, 2023
2 parents 79a0322 + 52964cf commit adf7a99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dbt_semantic_interfaces/parsing/dir_to_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ def parse_yaml_files_to_semantic_manifest(
issues: List[ValidationIssue] = []

for config_file in files:
logger.error(f"Parsing: {config_file}")
parsing_result = parse_config_yaml( # parse config file
config_file,
semantic_model_class=semantic_model_class,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dbt-semantic-interfaces"
version = "0.1.0.dev8"
version = "0.1.0.dev9"
description = 'The shared semantic layer definitions that dbt-core and MetricFlow use'
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit adf7a99

Please sign in to comment.