Skip to content

Email Notifications and Cron scheduler not supported using the SDK. #5

@bikash1605

Description

@bikash1605

Hi,
While creating a job using this SDK client, email notification parameters and cron scheduler are not reflected on databricks Jobs UI.

Eg. for create job:

AutomatedNotebookJob job = _databricks.createJob(scalaNotebook)
     .withName(jobName)
     .withClusterSpec(clusterSpec)
     .withEmailNotificationOnSuccess("xxx@gmail.com")  // not reflected
     .withSchedule(scheduleParameters) // not reflected
     .create();

I have identified the fix. Let me know if I can raise a PR for the same ??

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions