diff --git a/astronomer/providers/apache/hive/example_dags/example_hive.py b/astronomer/providers/apache/hive/example_dags/example_hive.py index e364ea9b5..5dbe6c151 100644 --- a/astronomer/providers/apache/hive/example_dags/example_hive.py +++ b/astronomer/providers/apache/hive/example_dags/example_hive.py @@ -37,7 +37,7 @@ COMMAND_TO_CREATE_TABLE_DATA_FILE: List[str] = [ "curl https://raw.githubusercontent.com/astronomer/astronomer-providers/\ -implement-async-hivepartitionsensor/astronomer/providers/apache/hive/example_dags/zipcodes.csv \ +main/astronomer/providers/apache/hive/example_dags/zipcodes.csv \ >> zipcodes.csv", "hdfs dfs -put zipcodes.csv /user/root", ]