You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Once dbt-labs/dbt-core#6357 is done, we should be able to refactor any logic in dbt server that leverage create_task function in lib.py underneath to use core API directly . The goal would be replace the hard coded conditions with a call to the high level API and maybe some customized logic for dbt-server.
Acceptance Criteria
The listed code paths are no longer being used, so they should be deleted.
The text was updated successfully, but these errors were encountered:
ChenyuLInx
changed the title
[Feature] Utilize new way of providing manifest for tasks
[CT-1583][Feature] Utilize new way of providing manifest for tasks
Dec 2, 2022
Once dbt-labs/dbt-core#6357 is done, we should be able to refactor any logic in dbt server that leverage
create_task
function inlib.py
underneath to use core API directly . The goal would be replace the hard coded conditions with a call to the high level API and maybe some customized logic for dbt-server.dbt-server/dbt_server/services/task_service.py
Lines 33 to 46 in cc6beb5
dbt-server/dbt_server/services/dbt_service.py
Lines 165 to 204 in cc6beb5
Acceptance Criteria
The listed code paths are no longer being used, so they should be deleted.
The text was updated successfully, but these errors were encountered: