Skip to content

Commit

Permalink
switch the provider source to databricks instead of databrickslabs. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy authored Jan 12, 2023
1 parent ffc5aa0 commit 1f8665c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks_sync/sdk/sync/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1f8665c

Please sign in to comment.