Vamsi-klu commented on issue #68751:
URL: https://github.com/apache/airflow/issues/68751#issuecomment-4762635187

   Verified https://github.com/apache/airflow/pull/68519 against the Databricks 
provider RC.
   
   Environment:
   - `apache-airflow==3.0.6`
   - `apache-airflow-providers-databricks==7.16.1rc1` from PyPI
   - Python 3.12
   - Live Databricks Free Edition workspace
   - `airflow dags test` using Airflow's real template rendering
   
   Tested:
   - `DatabricksSubmitRunOperator` with `json=producer.output` (`XComArg` 
resolving to a dict): succeeded, run_id `950583694624379`.
   - `DatabricksSubmitRunOperator` with `json="{{ ti.xcom_pull(...) }}"` 
(classic Jinja rendering to a Python-literal dict string): succeeded, run_id 
`472950220953517`.
   - `DatabricksCreateJobsOperator` with templated `json`: created the 
temporary job successfully, job_id `771850788992643`.
   - `DatabricksRunNowOperator` with templated `json` and `job_name`: 
succeeded, run_id `853274602502728`.
   - Cleanup completed successfully for the temporary Databricks job/notebook.
   
   Result: 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]

Reply via email to