This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 46bf6b41e7d1388cf5bc8800a90dd5bd10decf3a
Author: gavinBeam <[email protected]>
AuthorDate: Thu Oct 14 17:08:26 2021 +0100

    Fix typo in ``tutorial.rst`` (#18983)
    
    (cherry picked from commit 2ba722db4857db2881ee32c1b2e9330bc7163535)
---
 docs/apache-airflow/tutorial.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/tutorial.rst b/docs/apache-airflow/tutorial.rst
index c541d0e..443242a 100644
--- a/docs/apache-airflow/tutorial.rst
+++ b/docs/apache-airflow/tutorial.rst
@@ -489,7 +489,7 @@ Lets look at our DAG:
           cur = conn.cursor()
           with open("/usr/local/airflow/dags/files/employees.csv", "r") as 
file:
               cur.copy_from(
-                  f,
+                  file,
                   "Employees_temp",
                   columns=[
                       "Serial Number",

Reply via email to