[CT-1586] [Feature] Refactor tasks to be initialized using Profile
, Project
, and Flags
instead of RuntimeConfig
#6360
Labels
enhancement
New feature or request
python_api
Issues related to dbtRunner Python entry point
Refinement
Maintainer input needed
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
Is this your first time submitting a feature request?
Describe the feature
Right now tasks are being initialized using an args object and a RuntimeConfig object that is the combination of
Profile
,Project
, andFlags
(example), We would want to refactor all tasks to be initialized via a method that's similar to what we did with Deps Task(link) where we initialize tasks.This comes from #5538
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: