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
Error: no schema available for module.dbt-jobs-utility.dbt_cloud_job.uat_job while reading state; this is a bug in Terraform and should be reported
#333
Open
prai-bv opened this issue
Jan 23, 2025
· 1 comment
Whenever we face these issues: Error: no schema available for module.dbt-jobs-utility.dbt_cloud_job.uat_job while reading state; this is a bug in Terraform and should be reported
We have followed every step provided in the old Terraform provider of dbt while migrating to new terraform dbt provider.
The text was updated successfully, but these errors were encountered:
Do you mean that you moved from the dbt_cloud_xxx resources to the dbtcloud_xxx ones? like described here?
The instructions were written for and tested when people are not using modules but we have not tested it when the config is in some modules.
Searching online, it seems to be an issue that some people have been having with changing versions for different providers (here for example, I also found other threads), so this is not really something we can fix on this provider side.
I would recommend to backup your config and state before the move to the new provider and then look online at how people have solved this issue. It might involve manually updating your state file.
We can keep this open for a bit if you have specific questions but there is nothing we can update/fix on the provider side.
Terraform Plan is showing this error.
we have updated from old https://github.com/dbt-labs/terraform-provider-dbtcloud/blob/main/README.md to https://github.com/dbt-labs/terraform-provider-dbtcloud and after that
Whenever we face these issues: Error: no schema available for module.dbt-jobs-utility.dbt_cloud_job.uat_job while reading state; this is a bug in Terraform and should be reported
We have followed every step provided in the old Terraform provider of dbt while migrating to new terraform dbt provider.
The text was updated successfully, but these errors were encountered: