Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Mityutko committed Jul 5, 2024
1 parent db2cd08 commit ee0e128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brickflow_plugins/databricks/run_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ def execute(self):
job_name=self.job_name,
)
# TODO: add support for passing parameters to the remote job
# TODO: wait for the job to finish
run = self._workspace_obj.jobs.run_now(job_id)
ctx.log.info("Job run status: %s", run.response)

0 comments on commit ee0e128

Please sign in to comment.