eladkal commented on code in PR #36495:
URL: https://github.com/apache/airflow/pull/36495#discussion_r1438669477
##########
tests/system/providers/microsoft/azure/example_synapse_run_pipeline.py:
##########
@@ -36,15 +36,15 @@
catchup=False,
tags=["synapse", "example"],
) as dag:
- begin = EmptyOperator(task_id="begin")
-
+ begin = EmptyOperator(task_id="begin")
Review Comment:
```suggestion
begin = EmptyOperator(task_id="begin")
```
You changed the indent of this line thus it causes tests to fail.
This will fix the problem
--
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]