Skip to content

Commit

Permalink
Remove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Mar 19, 2024
1 parent b977674 commit 7958d60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions astronomer/providers/apache/hive/example_dags/example_hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,10 @@ def check_dag_status(**kwargs: Any) -> None:
)
# [END add_ip_address_for_inbound_rules]

# [START add_ip_address_for_inbound_rules]
revoke_inbound_rule = PythonOperator(
task_id="revoke_inbound_rules",
python_callable=revoke_inbound_rules,
)
# [END add_ip_address_for_inbound_rules]

# [START add_example_pi_file_in_hdfs]
ssh_and_copy_pifile_to_hdfs = PythonOperator(
Expand Down
2 changes: 0 additions & 2 deletions astronomer/providers/apache/livy/example_dags/example_livy.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,10 @@ def check_dag_status(**kwargs: Any) -> None:
)
# [END howto_operator_emr_terminate_job_flow]

# [START add_ip_address_for_inbound_rules]
revoke_inbound_rule = PythonOperator(
task_id="revoke_inbound_rules",
python_callable=revoke_inbound_rules,
)
# [END add_ip_address_for_inbound_rules]

dag_final_status = PythonOperator(
task_id="dag_final_status",
Expand Down

0 comments on commit 7958d60

Please sign in to comment.