moomindani commented on issue #67957:
URL: https://github.com/apache/airflow/issues/67957#issuecomment-4617908002
Tested `apache-airflow-providers-databricks==7.16.0rc1` for #66613 — works
as expected.
Verified against a real Databricks workspace (built the provider from the
`providers-databricks/7.16.0rc1` tag) that `params` propagate to the
operator-specific slot for all three operators, confirming the values landed in
the workspace via the REST API:
- `DatabricksCreateJobsOperator` → job `settings.parameters`: `{env: prod,
batch_size: 100}`
- `DatabricksRunNowOperator` → run `job_parameters`: `{env: staging,
batch_size: 42}`
- `DatabricksSubmitRunOperator` → `tasks[0].notebook_task.base_parameters`:
`{env: dev, shard: 1}`
All checks passed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]