turbaszek commented on a change in pull request #7849: [AIRFLOW-7106] Cloud
data fusion integration - Allow to pass args to start pipeline
URL: https://github.com/apache/airflow/pull/7849#discussion_r399059972
##########
File path: tests/conftest.py
##########
@@ -131,8 +131,9 @@ def breeze_test_helper(request):
# Setup test environment for breeze
home = os.path.expanduser("~")
airflow_home = os.environ.get("AIRFLOW_HOME") or os.path.join(home,
"airflow")
+ print(airflow_home)
- print(f"Home of the user: {home}\nAirflow home {airflow_home}")
+ #print(f"Home of the user: {home}\nAirflow home {airflow_home}")
Review comment:
This seems to be unrelated 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services