- 1312 Views
- 1 replies
- 3 kudos
What happens when jobs/create REST API command is run multiple times(say 3 times) with the same JSON configuration? Will 3 jobs are created with the same name or only 1 job will be created?
- 1312 Views
- 1 replies
- 3 kudos
Latest Reply
Hi @Santhosh Raj , logically only one job should be created.
- 2028 Views
- 2 replies
- 0 kudos
root@387ece6d15b2:/usr/workspace# databricks --versionVersion 0.17.3root@387ece6d15b2:/usr/workspace# databricks jobs configure --version=2.1root@387ece6d15b2:/usr/workspace# databricks jobs get --job-id 123WARN: Your CLI is configured to use Jobs AP...
- 2028 Views
- 2 replies
- 0 kudos
Latest Reply
Command "databricks jobs configure --version=2.1" not work.workaround with adding option "--version=2.1" to each databricks jobs/runs command .It is not very convenient.
1 More Replies
by
Soma
• Valued Contributor
- 2370 Views
- 3 replies
- 2 kudos
Do we have option to query delta table using Standard Workspace as a endpoint instead of JDBC
- 2370 Views
- 3 replies
- 2 kudos
Latest Reply
@somanath Sankaran - Would you be happy to mark @Hubert Dudek's answer as best if it resolved the problem? That helps other members who are searching for answers find the solution more quickly.
2 More Replies
- 1319 Views
- 1 replies
- 1 kudos
In the example response at https://docs.databricks.com/security/network/ip-access-list.html{
"ip_access_list": {
"list_id": "<list-id>",
"label": "office",
"ip_addresses": [
"1.1.1.1",
"2.2.2.2/21"
],
"address_co...
- 1319 Views
- 1 replies
- 1 kudos
Latest Reply
The workspace audit logs should provide all workspace conf change logs. You can check service accountsManager and action name createWorkspaceConfiguration or updateWorkspaceConfiguration.