We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba151d2 + 5990e79 commit ca10fe2Copy full SHA for ca10fe2
gooddata-sdk/gooddata_sdk/catalog/data_source/service.py
@@ -476,7 +476,7 @@ def test_data_sources_connection(
476
declarative_data_source.to_test_request(token=token)
477
)
478
elif declarative_data_source.type == DATABRICKS_TYPE:
479
- if declarative_data_source.client_id is not None:
+ if declarative_data_source.client_id and declarative_data_source.client_id.strip():
480
client_secret = ClientSecretCredentialsFromFile.client_secret_from_file(
481
credentials[declarative_data_source.id]
482
0 commit comments