Hi, I'm try to execute scheduled workflows in Dataform, my repo is not connected with a git remote. I'm using dataform repo.
I've created a Release configurations and the error is: generic::failed_precondition: Package installation timed out.
and Workflow configurations error is:
generic::failed_precondition: Release config projects/11178040344/locations/us-central1/repositories/ind-owf-mde-dev-dataform/releaseConfigs/Dev set for workflow config projects/11178040344/locations/us-central1/repositories/ind-owf-mde-dev-dataform/workflowConfigs/ind-owf-mde-dev-dataform did not produce a compilation result
I don't know what needs to be done, even reading the documentation.
Solved! Go to Solution.
These errors are related to package installation timeouts and issues with using a Release configuration in your workflows. Here is how to address these problems:
Error 1: "generic::failed_precondition: Package installation timed out."
This error typically indicates issues with network connectivity or slow package download speeds during Dataform's package installation process. To address this, consider the following steps:
Error 2: "generic::failed_precondition: Release config [...] did not produce a compilation result."
This error suggests that the Dataform Release configuration either failed to compile the code or did not produce an expected artifact. To troubleshoot this, you can:
These errors are related to package installation timeouts and issues with using a Release configuration in your workflows. Here is how to address these problems:
Error 1: "generic::failed_precondition: Package installation timed out."
This error typically indicates issues with network connectivity or slow package download speeds during Dataform's package installation process. To address this, consider the following steps:
Error 2: "generic::failed_precondition: Release config [...] did not produce a compilation result."
This error suggests that the Dataform Release configuration either failed to compile the code or did not produce an expected artifact. To troubleshoot this, you can: