Skip to content

Commit

Permalink
rename serverless_gc_id to serverless_compute_id
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkh-db committed Jun 14, 2024
1 parent ffdb015 commit a8b05fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks/sdk/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Config:
auth_type: str = ConfigAttribute(env='DATABRICKS_AUTH_TYPE')
cluster_id: str = ConfigAttribute(env='DATABRICKS_CLUSTER_ID')
warehouse_id: str = ConfigAttribute(env='DATABRICKS_WAREHOUSE_ID')
serverless_gc_id: str = ConfigAttribute(env='SERVERLESS_GC_ID')
serverless_compute_id: str = ConfigAttribute(env='SERVERLESS_COMPUTE_ID')
skip_verify: bool = ConfigAttribute()
http_timeout_seconds: float = ConfigAttribute()
debug_truncate_bytes: int = ConfigAttribute(env='DATABRICKS_DEBUG_TRUNCATE_BYTES')
Expand Down

0 comments on commit a8b05fa

Please sign in to comment.