The GitHub Actions job "Tests (AMD)" on 
airflow.git/providers/39002-databricks-airflow-params-as-job-params has 
succeeded.
Run started by GitHub user moomindani (triggered by moomindani).

Head commit for run:
e4c73f3c3a9cbf3066a8e01e3a3da1d6caff20c4 / Noritaka Sekiyama 
<[email protected]>
Clarify Airflow-params-to-Databricks-params mapping in operator docs

Address Lee-W's review feedback that the auto-injection example was hard to
parse. Each operator's section now:

- Names the exact Databricks API field being populated and links to its
  schema (parameters / job_parameters / per-task slots).
- States explicitly that each <key>: <value> pair in params becomes one
  {"name": <key>, "default": <value>} entry (CreateJobs) or is passed
  through unchanged (RunNow / SubmitRun).
- Splits params into a named variable in the CreateJobs example so the
  key/value to name/default mapping reads top-to-bottom.

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to