jaceklaskowski commented on code in PR #52538:
URL: https://github.com/apache/spark/pull/52538#discussion_r2445895491


##########
python/pyspark/pipelines/cli.py:
##########
@@ -321,12 +323,11 @@ def run(
         default_database=spec.database,
         sql_conf=spec.configuration,
     )
+    log_with_curr_timestamp(f"Dataflow graph created (ID: 
{dataflow_graph_id}).")

Review Comment:
   You're right. I initially thought that the ID is stable across multiple 
pipeline runs (and hence would help debugging it), but was mistaken. I'm gonna 
revert this change.



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


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

Reply via email to