updateDatasourceCredentials
Updates the data sources credentials for the objects from the specified workspace.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Azure Power BI Account |
| No | The Power BI Cloud Account |
Azure Power BI Workspace ID |
| No | Workspace Id of the Power BI content |
Azure Power BI Workspace Name |
| No | Workspace Name of the Power BI content. (Workspace Name is case-sensitive) |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Credentials Details |
| No | Provide the json input.
|
Credentials Details File Path |
| No | The File Path specifying the connections details. The default is 'credentialsPlan.json' in the FD_ARTIFACTS_DIR. |
In Credential Details, Any Personal Access Token type credential goes as type “key”
Inputs
Input Name | Input Code | Required | Description |
|
---|---|---|---|---|
Power BI Account |
| No | Power BI Cloud account |
|
Credentials Details |
| No | Provide the json input.
| {
"credentialsDetails": [
{
"objectNames": [
"input1",
"input2"
],
"filterCriteria": "searchString",
"username": "${{dbusername}}",
"password": "${{dbpassword}}"
},
{
"objectNames": [
"input1",
"input2"
],
"filterCriteria": "searchString",
"key": "${{key/PAT}}"
},
{
"objectNames": [
"input1",
"input2"
],
"filterCriteria": "searchString",
"sas": "${{sastoken}}"
}
]
} |
Credentials Details File Path |
| No | The File Path specifying the connections details. The default is 'credentialsPlan.json' in the FD_ARTIFACTS_DIR. |
|
Include Objects |
| No | CSV list of specific objects. (Standard Project) semanticModel1,semanticModel2 For Package based project, when using this operation in workflow, it will pick up object names corresponding to package files having “Update Credentials” ticked.
|
|
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operations delegates the execution to the workflow developer to decide.
- style