Hello, I'm looking to create a job which is linked to a delta live table. Given the job code like this: my_job_name:
name: thejobname
schedule:
quartz_cron_expression: 56 30 12 * * ?
timezone_id: UTC
pause_stat...
Yeah, I know how to create a pipeline (I have it defined in the same yaml file), but that doesn't explain how to create a JOB that kicks off a pipeline that is created in the same yaml file. You need the ID of the pipeline to create the job. As far a...
The Last link posted no longer works. Also, the commands seem to have changed in the Databricks CLI. I see no `bundles` command, only `bundle`....and that command has no `create` option. Is there no way to convert a dbc file to a bundle any more?