Skip to content

Change the path from airflow.utils.state.TaskInstanceState to airflow.sdk.TaskInstanceState for informatica provider - #72445

Merged
pankajastro merged 2 commits into
apache:mainfrom
w-shahid:update-informatica-provider-import-path-72411
Sep 2, 2026
Merged

pankajastro merged 2 commits into
apache:mainfrom
w-shahid:update-informatica-provider-import-path-72411

Conversation

@w-shahid

@w-shahid w-shahid commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

As per the Issue#72411 changing the path
from airflow.utils.state import TaskInstanceState to
from airflow.sdk. import TaskInstanceState for Informatica provider

closes: #72411


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

…w.sdk.TaskInstanceState` for informatica provider
@w-shahid
w-shahid requested a review from RNHTTR as a code owner September 2, 2026 16:43
@rawwar
rawwar self-requested a review September 2, 2026 16:43
@rawwar rawwar removed their assignment Sep 2, 2026

@rawwar rawwar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Waiting for CI to be green

@jroachgolf84

Copy link
Copy Markdown
Collaborator

@rawwar - do you mind merging this?

@pankajastro
pankajastro merged commit 9b3cc52 into apache:main Sep 2, 2026
79 checks passed
@boring-cyborg

boring-cyborg Bot commented Sep 2, 2026

Copy link
Copy Markdown

Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions.

imrichardwu pushed a commit to imrichardwu/airflow that referenced this pull request Sep 11, 2026
…w.sdk.TaskInstanceState` for informatica provider (apache#72445)

Co-authored-by: w-shahid <mwaqasshahid91@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace airflow.utils.state import with airflow.sdk in Informatica Provider

4 participants