AlejandroMorgante commented on PR #69386:
URL: https://github.com/apache/airflow/pull/69386#issuecomment-4883107660

   Verified the change end-to-end against a real GCP project. Same DAG with a 
multiline query, run  twice: first with the provider built from main (before) 
and then from this PR's head (eb53faf,  after). Before: the SQL is only visible 
inside the single-line config dict with escaped \n. After:  the new SQL query: 
line renders the query on real lines, readable and copy-pasteable straight from 
the task log. Job inserted and run succeeded in both cases — screenshots 
attached.
   
   <img width="1459" height="643" alt="01_before" 
src="https://github.com/user-attachments/assets/692f453d-45f5-4e70-a174-338a1b918c3d";
 />
   <img width="1444" height="811" alt="02_after" 
src="https://github.com/user-attachments/assets/74c667b8-869f-40fe-a8ae-ced7db4b2d4a";
 />
   <img width="1509" height="859" alt="03_run_overview" 
src="https://github.com/user-attachments/assets/e495f057-0688-496e-8b48-7e809be49762";
 />
   


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