File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
amazon/tests/system/amazon/aws
dbt/cloud/tests/system/dbt/cloud
microsoft/azure/tests/system/microsoft/azure Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
)
59
59
from airflow .providers .amazon .aws .utils import get_botocore_version
60
60
from airflow .providers .standard .operators .empty import EmptyOperator
61
- from airflow .utils . edgemodifier import Label
61
+ from airflow .sdk import Label
62
62
from airflow .utils .trigger_rule import TriggerRule
63
63
64
64
from system .amazon .aws .utils import SystemTestContextBuilder
Original file line number Diff line number Diff line change 26
26
)
27
27
from airflow .providers .dbt .cloud .sensors .dbt import DbtCloudJobRunSensor
28
28
from airflow .providers .standard .operators .empty import EmptyOperator
29
- from airflow .utils . edgemodifier import Label
29
+ from airflow .sdk import Label
30
30
31
31
from tests_common .test_utils .system_tests import get_test_env_id
32
32
Original file line number Diff line number Diff line change 28
28
# Ignore missing args provided by default_args
29
29
# mypy: disable-error-code="call-arg"
30
30
from airflow .providers .standard .operators .empty import EmptyOperator
31
- from airflow .utils . edgemodifier import Label
31
+ from airflow .sdk import Label
32
32
33
33
ENV_ID = os .environ .get ("SYSTEM_TESTS_ENV_ID" )
34
34
DAG_ID = "example_adf_run_pipeline"
You can’t perform that action at this time.
0 commit comments