Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy Databricks jobs from source folder #23

Closed
wants to merge 3 commits into from

Conversation

skalpin
Copy link

@skalpin skalpin commented Mar 11, 2020

This task will update Databricks with jobs stored in a folder as JSON files. Optionally deleting jobs from databricks that do not exist in the folder. Jobs are matched by name.

For example jobs can be defined as

{
    "name": "demo",
    "new_cluster": {
        "spark_version": "6.3.x-scala2.11",
        "node_type_id": "Standard_DS3_v2",
        "spark_env_vars": {
            "PYSPARK_PYTHON": "/databricks/python3/bin/python3"
        },
        "enable_elastic_disk": true,
        "num_workers": 8
    },
    "email_notifications": {},
    "timeout_seconds": 0,
    "schedule": {
        "quartz_cron_expression": "0 0 * * * ?",
        "timezone_id": "US/Pacific"
    },
    "notebook_task": {
        "notebook_path": "/Shared/do_nothing",
        "revision_timestamp": 0
    },
    "max_concurrent_runs": 1
}

@Vcoder89
Copy link

The first paragraph of this extension mentions "deployment of Databricks Jobs" but I've found no way of getting that done, I'm looking forward for this PR. Thanks!

Copy link

@Vcoder89 Vcoder89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@skalpin
Copy link
Author

skalpin commented May 20, 2020

Unfortunately I think this repository is dead

@skalpin skalpin closed this Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants