Skip to content

Remove deprecated Dataset aliases from airflow.__init__#68353

Closed
SHIVANSH-ux-ys wants to merge 1 commit into
apache:mainfrom
SHIVANSH-ux-ys:remove-deprecated-dataset
Closed

Remove deprecated Dataset aliases from airflow.__init__#68353
SHIVANSH-ux-ys wants to merge 1 commit into
apache:mainfrom
SHIVANSH-ux-ys:remove-deprecated-dataset

Conversation

@SHIVANSH-ux-ys

Copy link
Copy Markdown
Contributor

Fixes #68352

@boring-cyborg

boring-cyborg Bot commented Jun 10, 2026

Copy link
Copy Markdown

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example Dag that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

@SHIVANSH-ux-ys
SHIVANSH-ux-ys force-pushed the remove-deprecated-dataset branch from 3588eda to cba47b6 Compare June 10, 2026 18:22

@jroachgolf84 jroachgolf84 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Are there any other places where changes might need to be made?

@potiuk potiuk added the ready for maintainer review Set after triaging when all criteria pass. label Jun 17, 2026
@viiccwen

Copy link
Copy Markdown
Contributor

Found the same issue, cc @Lee-W to review it.

@viiccwen viiccwen 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.

IMO, it's a breaking change, should we add a .srt significant newsfragment?

@Lee-W Lee-W changed the title core: remove deprecated Dataset aliases from airflow.__init__ Remove deprecated Dataset aliases from airflow.__init__ Jul 14, 2026

@Lee-W Lee-W left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

yep, let's add a newsfragment for this

@Lee-W

Lee-W commented Jul 21, 2026

Copy link
Copy Markdown
Member

close as #70154 merged

@Lee-W Lee-W closed this Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for maintainer review Set after triaging when all criteria pass.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove deprecated Dataset aliases from airflow.__init__

5 participants