coleheflin commented on PR #65879:
URL: https://github.com/apache/airflow/pull/65879#issuecomment-5247310284

   ## Live end-to-end testing completed
   
   In response to the request for live evidence against a real Azure 
environment, I provisioned a temporary Azure Analysis Services server 
(Developer tier) and service principal in a sandbox subscription, deployed a 
minimal tabular model, and ran the system test DAG 
(`example_azure_analysis_services_refresh`) end-to-end.
   
   **Result: passed.**
   
   - `AzureAnalysisServicesRefreshOperator` (sync): authenticated via 
`ClientSecretCredential`, triggered a refresh through the REST API, polled 
status, completed with `succeeded`.
   - `AzureAnalysisServicesRefreshOperator` (`deferrable=True`): triggered a 
refresh, deferred to the trigger, resumed, completed with `succeeded`.
   - DagRun finished in `success` state.
   - `pytest --system 
providers/microsoft/azure/tests/system/microsoft/azure/example_azure_analysis_services.py`
 → `1 passed, 1 warning in 14.95s`
   
   The temporary AAS server, database, and app registration used for this test 
have all been deleted.
   
   cc @eladkal — this should address the live-testing ask above.
   
   ---
   Drafted-by: Claude Code (Sonnet 5); reviewed by @coleheflin before posting


-- 
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