DalgoT4D / DDP_backend

Django app for the DDP platform
GNU Affero General Public License v3.0
12 stars 40 forks source link

convert the system dbt test task to a deployment #803

Closed Ishankoradia closed 1 month ago

Ishankoradia commented 1 month ago

dbt test for some cases might take longer because of the size of the project and number of tests. Running it synchronously might time out and so we need to submit it to prefect as a deployment.

fatchat commented 1 month ago

Also need to do this for dbt seed which sometimes runs very long

Ishankoradia commented 1 month ago

@fatchat dbt seed is already running via deployment. We fixed when sneha needed to run their long dbt seed tasks