You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jobs@airflow.apache.org by GitBox <gi...@apache.org> on 2022/11/01 17:18:13 UTC

[GitHub] [airflow]: Workflow run "Build images for Use new job search API for triggering Databricks job by name https://github.com/apache/airflow/pull/27446 " is working again!

The GitHub Actions job "Build images for Use new job search API for triggering Databricks job by name https://github.com/apache/airflow/pull/27446
" on airflow.git has succeeded.
Run started by GitHub user alexott (triggered by alexott).

Head commit for run:
c464aad5048f1c13d06ff14aaa8c3010e44c1973 / Alex Ott <al...@gmail.com>
Use new job search API for triggering Databricks job by name

Existing implementation uses list API to find all possible jobs and filtering out them by
name.  This leads to huge load on the API backend for workspaces with big number of
jobs (> 1k).  Databricks Workflows team extended list API with search functionality.

This PR uses new API, but leaving old functionality in-place as not all clouds (for
example, Azure GovCloud) could be updated already.  If your cloud wasn't updated yet, set
`use_old_list_impl` to `True` when creating an instance of `DatabricksRunNowOperator`.

Report URL: https://github.com/apache/airflow/actions/runs/3371289866

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscribe@airflow.apache.org
For additional commands, e-mail: jobs-help@airflow.apache.org