Skip to content

Fix minor documentation formatting issue#2098

Merged
tatiana merged 2 commits into
astronomer:mainfrom
dnskr:fix-minor-documentation-formatting-issue
Nov 10, 2025
Merged

Fix minor documentation formatting issue#2098
tatiana merged 2 commits into
astronomer:mainfrom
dnskr:fix-minor-documentation-formatting-issue

Conversation

@dnskr
Copy link
Copy Markdown
Contributor

@dnskr dnskr commented Nov 8, 2025

Description

The PR fixes a minor formatting issue in the documentation and addresses the following warning:

./astronomer-cosmos/docs/getting_started/watcher-execution-mode.rst:272: WARNING: Inline literal start-string without end-string. [docutils]

Before changes
image

After changes
image

Breaking Change?

No

Checklist

  • I have made corresponding changes to the documentation (if required)
  • I have added tests that prove my fix is effective or that my feature works

Copy link
Copy Markdown
Collaborator

@tatiana tatiana left a comment

Choose a reason for hiding this comment

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

This looks great, @dnskr , thank you for improving this!

@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 10, 2025

Deploy Preview for sunny-pastelito-5ecb04 ready!

Name Link
🔨 Latest commit 97c8210
🔍 Latest deploy log https://app.netlify.com/projects/sunny-pastelito-5ecb04/deploys/691192a4850d490008b3f580
😎 Deploy Preview https://deploy-preview-2098--sunny-pastelito-5ecb04.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@tatiana tatiana merged commit bfc2463 into astronomer:main Nov 10, 2025
5 of 6 checks passed
@tatiana tatiana mentioned this pull request Nov 10, 2025
2 tasks
@tatiana tatiana added this to the Cosmos 1.11.1 milestone Nov 10, 2025
tatiana pushed a commit that referenced this pull request Nov 12, 2025
The PR fixes a minor formatting issue in the documentation and addresses
the following warning:
```
./astronomer-cosmos/docs/getting_started/watcher-execution-mode.rst:272: WARNING: Inline literal start-string without end-string. [docutils]
```

Before changes
<img width="1135" height="357" alt="image"
src="https://github.com/user-attachments/assets/717fe3cf-62f1-4051-96aa-88e3d129a0f4"
/>

After changes
<img width="1141" height="373" alt="image"
src="https://github.com/user-attachments/assets/2110bb5f-2ba2-4b54-b285-04dea40030fa"
/>

(cherry picked from commit bfc2463)
@tatiana tatiana mentioned this pull request Nov 12, 2025
tatiana added a commit that referenced this pull request Nov 12, 2025
Bug fixes

* Fix ``ExecutionMode.WATCHER`` deadlock in Airflow 3.0 & 3.1 by
@tatiana in #2087
* Fix ``ExecutionMode.AIRFLOW_ASYNC`` ``TaskGroup`` XCom issue by
@tatiana in #2088
* Guard watcher callback exceptions to avoid hanging producer tasks by
@pankajkoti in #2101
* Fix SQL templated field rendering for dynamically mapped tasks in
Airflow 2 by @tatiana in #2119

Enhancements

* Remove usage of contextmanager in plugins for accessing connections in
Airflow >= 3.1.2 by @pankajkoti in #2073

Docs

* Improve ``ExecutionMode.AIRFLOW_ASYNC`` docs by @tatiana in #2103
* Add note about experimenting threads count for the Watcher Execution
mode by @pankajkoti in #2083
* Fix minor documentation formatting issue by @dnskrv in #2098
* Correct example YAML key from ``operator_args`` to ``operator_kwargs``
by @jx2lee in #2091

Others

* Fix broken CI due to fastapi incompatibility with cadwyn for Airflow 3
by @pankajkoti in #2076
* pre-commit autoupdate in #2078, #2104

related:
astronomer/oss-integrations-private#272
@tatiana tatiana mentioned this pull request Nov 12, 2025
tatiana added a commit that referenced this pull request Nov 13, 2025
Bug fixes

* Fix ``ExecutionMode.WATCHER`` deadlock in Airflow 3.0 & 3.1 by
@tatiana in #2087
* Fix ``ExecutionMode.AIRFLOW_ASYNC`` ``TaskGroup`` XCom issue by
@tatiana in #2088
* Guard watcher callback exceptions to avoid hanging producer tasks by
@pankajkoti in #2101
* Fix SQL templated field rendering for dynamically mapped tasks in
Airflow 2 by @tatiana in #2119

Enhancements

* Remove usage of contextmanager in plugins for accessing connections in
Airflow >= 3.1.2 by @pankajkoti in #2073

Docs

* Improve ``ExecutionMode.AIRFLOW_ASYNC`` docs by @tatiana in #2103
* Add note about experimenting threads count for the Watcher Execution
mode by @pankajkoti in #2083
* Fix minor documentation formatting issue by @dnskrv in #2098
* Correct example YAML key from ``operator_args`` to ``operator_kwargs``
by @jx2lee in #2091

Others

* Fix broken CI due to fastapi incompatibility with cadwyn for Airflow 3
by @pankajkoti in #2076
* pre-commit autoupdate in #2078, #2104

Closes: astronomer/oss-integrations-private#272
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.

2 participants