diff --git a/databricks_sync/sdk/sync/constants.py b/databricks_sync/sdk/sync/constants.py index ef046f6..e781679 100644 --- a/databricks_sync/sdk/sync/constants.py +++ b/databricks_sync/sdk/sync/constants.py @@ -194,7 +194,7 @@ def get_members(klass): "required_version": ">= 0.13.0", "required_providers": { "databricks": { - "source": "databrickslabs/databricks", + "source": "databricks/databricks", # This should be fixed to not impact this tools behavior when downstream changes are made to the # RP. This should be consciously upgraded. Maybe in the future can be passed in as optional "version": os.getenv("DATABRICKS_TERRAFORM_PROVIDER_VERSION", "0.5.4")