-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove beta banner from airlift docs site #27967
base: master
Are you sure you want to change the base?
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Graphite Automations"Add a 'docs-to-migrate' label to PRs with docs" took an action on this PR • (02/20/25)1 label was added to this PR based on Christopher DeCarolis's automation. |
does this need a changelog? slash do we need to change anything in docstring or code (like a flag or something) |
@dpeng817 just flagging that we can remove this automation now |
@yuhan there are a few APIs listed as "beta". Are you asking if we need to remove the flag on those? |
288ea2a
to
cf63008
Compare
import Beta from '../../partials/\_Beta.md'; | ||
|
||
<Beta /> | ||
|
||
Airlift is a toolkit for integrating Dagster and Airflow. Using [`dagster-airflift`](/api/python-api/libraries/dagster-airlift), you can: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be a typo in the package name. The correct package name is dagster-airlift
(not dagster-airflift
), which would match the name used in the title and the beginning of the sentence. This should be corrected to ensure consistency and avoid confusion for users trying to find the package.
Airlift is a toolkit for integrating Dagster and Airflow. Using [`dagster-airflift`](/api/python-api/libraries/dagster-airlift), you can: | |
Airlift is a toolkit for integrating Dagster and Airflow. Using [`dagster-airlift`](/api/python-api/libraries/dagster-airlift), you can: |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is legit btw
i think your slack message answered my question - i was asking if we would remove all beta flags from all APIs, but seems like we'd keep some for now, and that's fine |
Summary & Motivation
Removes beta banner from airlift docs now that we have technical validation.
How I Tested These Changes
eyes