We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e795767 commit ac35e56Copy full SHA for ac35e56
1 file changed
docs/modules/airflow/examples/example-configmap.yaml
@@ -7,8 +7,8 @@ data:
7
test_airflow_dag.py: | # <2>
8
from datetime import datetime, timedelta
9
from airflow import DAG
10
- from airflow.operators.bash import BashOperator
11
- from airflow.operators.empty import EmptyOperator
+ from airflow.providers.standard.operators.bash import BashOperator
+ from airflow.providers.standard.operators.empty import EmptyOperator
12
13
with DAG(
14
dag_id='test_airflow_dag',
0 commit comments