Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributing-docs/testing/task_sdk_integration_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ reproducibility:
breeze testing task-sdk-integration-tests task_sdk_tests/test_task_sdk_health.py

# Run with custom Docker image
DOCKER_IMAGE=my-custom-airflow-imahge:latest breeze testing task-sdk-integration-tests
DOCKER_IMAGE=my-custom-airflow-image:latest breeze testing task-sdk-integration-tests

Running in Your Current Virtual Environment
...........................................
Expand Down
4 changes: 2 additions & 2 deletions dev/breeze/doc/images/output_ci-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_ci-image.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
de6e1ee2eb602569a8cd1a3c6c4cbafe
7745b7d70e4a06b724ed92814d416670
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
824109d9d232ba19a9aa0781ba8fccd9
ebc1ae7a092c1e541957fb1e79829249
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65be4537eea8d56d3ddc34d4ccab60c7
669f8d8b36a1d9dde983862db6a69ce4
4 changes: 2 additions & 2 deletions dev/breeze/src/airflow_breeze/commands/ci_image_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ def export_mount_cache(
cache_file: Path,
):
"""
Export content of the the mount cache to a directory.
Export content of the mount cache to a directory.
"""
perform_environment_checks()
make_sure_builder_configured(params=BuildCiParams(builder=builder))
Expand Down Expand Up @@ -995,7 +995,7 @@ def import_mount_cache(
cache_file: Path,
):
"""
Export content of the the mount cache to a directory.
Export content of the mount cache to a directory.
"""
perform_environment_checks()
make_sure_builder_configured(params=BuildCiParams(builder=builder))
Expand Down
2 changes: 2 additions & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ chakra
Changelog
changelog
charset
chatbot
chatbots
Checklicence
checklicence
CheckOperator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def async_conn(self):
async def get_async_conn(self):
"""Get an aiobotocore client to use for async operations."""
# We have to wrap the call `self.get_client_type` in another call `_get_async_conn`,
# because one of it's arguments `self.region_name` is a `@property` decorated function
# because one of its arguments `self.region_name` is a `@property` decorated function
# calling the cached property `self.conn_config` at the end.
return await sync_to_async(self._get_async_conn)()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ChimeWebhookHook(HttpHook):
"""
Interact with Amazon Chime Webhooks to create notifications.

.. warning:: This hook is only designed to work with web hooks and not chat bots.
.. warning:: This hook is only designed to work with web hooks and not chatbots.

:param chime_conn_id: :ref:`Amazon Chime Connection ID <howto/connection:chime>`
with Endpoint as `https://hooks.chime.aws` and the webhook token
Expand Down
Loading
Loading