- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 05:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 11:55 PM
Just use REST API call https://docs.databricks.com/dev-tools/api/latest/jobs.html
My blog: https://databrickster.medium.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 12:14 AM
Thanks @Hubert Dudek ,
I execute the Jobs list Api but i am unable to execute the "CREATE AND TRIGGER JOB RUN " API
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Language" content="en" />
<title>Databricks - Sign In</title>
<meta name="viewport" content="width=960" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<meta http-equiv="content-type" content="text/html; charset=UTF8" />
<link rel="icon" href="/favicon.ico">
<script defer="defer" src="/login/login.47926ab1.js"></script>
</head>
<body class="light-mode">
<uses-legacy-bootstrap>
<div id="login-page"></div>
</uses-legacy-bootstrap>
</body>
</html>
I AM GETTING THE RESPONSE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 07:08 PM
I got the solution ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2022 05:59 PM
Hi @Kaniz Fatma , I got the solution based on the @Hubert Dudek Answer .
Thanks @Hubert Dudek .
Another Doubt:
How do i Automate the Azure Synapse Concept . Please help me ..
Thanks