Skip to content

Commit

Permalink
Fix issue generation for provider after folder restructure (apache#42883
Browse files Browse the repository at this point in the history
)
  • Loading branch information
eladkal authored and Lorin committed Oct 17, 2024
1 parent 40a863a commit a9ab2c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
run_with_pool,
)
from airflow_breeze.utils.path_utils import (
AIRFLOW_PROVIDERS_SRC,
AIRFLOW_SOURCES_ROOT,
CONSTRAINTS_CACHE_DIR,
DIST_DIR,
Expand Down Expand Up @@ -2125,7 +2126,7 @@ class ProviderPRInfo(NamedTuple):
pull_request_list = [pull_requests[pr] for pr in provider_prs[provider_id] if pr in pull_requests]
provider_yaml_dict = yaml.safe_load(
(
AIRFLOW_SOURCES_ROOT
AIRFLOW_PROVIDERS_SRC
/ "airflow"
/ "providers"
/ provider_id.replace(".", os.sep)
Expand Down

0 comments on commit a9ab2c6

Please sign in to comment.