You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very new to this tool and was trying to setup airflowctl on my windows machine. When I ran the below command it came back with an error stating "ScannerError: while scanning a double-quoted scalar
in "C:\projects\new-airflow-unit\my_airflow_project\settings.yaml", line 10, column 16
found unknown escape character 'p"
airflowctl init my_airflow_project --build-start
Seems like the path for venv specified should either have "\" or "/". However it can be corrected by manually updating it in settings.yaml file created. Not sure if it will have any impact?
The text was updated successfully, but these errors were encountered:
Hi,
I am very new to this tool and was trying to setup airflowctl on my windows machine. When I ran the below command it came back with an error stating "ScannerError: while scanning a double-quoted scalar
in "C:\projects\new-airflow-unit\my_airflow_project\settings.yaml", line 10, column 16
found unknown escape character 'p"
airflowctl init my_airflow_project --build-start
Seems like the path for venv specified should either have "\" or "/". However it can be corrected by manually updating it in settings.yaml file created. Not sure if it will have any impact?
The text was updated successfully, but these errors were encountered: