Skip to content

Commit

Permalink
[#2990] Normalize global CLI args/flags
Browse files Browse the repository at this point in the history
automatic commit by git-black, original commits:
  42e8c56
  779c789
  • Loading branch information
gshank authored and iknox-fa committed Feb 8, 2022
1 parent 848cb1d commit 5d1440a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/dbt/config/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,6 @@ def to_target_dict(self) -> Dict[str, Any]:
"config": self.user_config.to_dict(omit_none=True),
}
)
target.update({
'type': self.credentials.type,
'threads': self.threads,
'name': self.target_name,
'target_name': self.target_name,
'profile_name': self.profile_name,
'config': self.user_config.to_dict(omit_none=True),
})
return target

def __eq__(self, other: object) -> bool:
Expand Down

0 comments on commit 5d1440a

Please sign in to comment.