Skip to content

Commit

Permalink
fix converter
Browse files Browse the repository at this point in the history
  • Loading branch information
harels committed Jul 25, 2023
1 parent 8dda447 commit cc92518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cosmos/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ def __init__(
emit_datasets = render_config.emit_datasets
dbt_root_path = project_config.dbt_project_path.parent
dbt_project_name = project_config.dbt_project_path.name
dbt_models_dir = project_config.models_path
dbt_seeds_dir = project_config.seeds_path
dbt_snapshots_dir = project_config.snapshots_path
dbt_models_dir = project_config.models_relative_path
dbt_seeds_dir = project_config.seeds_relative_path
dbt_snapshots_dir = project_config.snapshots_relative_path
test_behavior = render_config.test_behavior
select = render_config.select
exclude = render_config.exclude
Expand Down

0 comments on commit cc92518

Please sign in to comment.