Skip to content

Commit

Permalink
Fixed Checkstyles
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-db committed Jun 26, 2023
1 parent e7b27e6 commit 4d9b0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt-meta-demo/launch_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def main():
}
)
job_spec_dict["silver_pipeline_id"] = silver_pipeline_id
job_spec = create_workflow_spec(job_spec_dict)
job_spec = create_workflow_spec(job_spec_dict)
job_submit_runner = JobSubmitRunner(jobs_service, job_spec)
job_run_info = job_submit_runner.submit()
print(f"Run URL {job_run_info['run_id']}")
Expand Down

0 comments on commit 4d9b0de

Please sign in to comment.