This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new df23df5315 Pin markdownlint-cli to latest version and fix problems it
finds (#36169)
df23df5315 is described below
commit df23df53155c7a3a9b30d206c962913d74ad3754
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Dec 11 16:14:36 2023 +0100
Pin markdownlint-cli to latest version and fix problems it finds (#36169)
* Pin markdownlint-cli to latest version and fix problems it finds
* Update tests/system/providers/apache/hive/example_twitter_README.md
---
.pre-commit-config.yaml | 2 +-
tests/system/providers/apache/hive/example_twitter_README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 074ae4db28..5422d5b555 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -805,7 +805,7 @@ repos:
language: node
types: [markdown]
files: \.(md|mdown|markdown)$
- additional_dependencies: ['markdownlint-cli']
+ additional_dependencies: ['[email protected]']
- id: lint-json-schema
name: Lint JSON Schema files with JSON Schema
entry: ./scripts/ci/pre_commit/pre_commit_json_schema.py
diff --git a/tests/system/providers/apache/hive/example_twitter_README.md
b/tests/system/providers/apache/hive/example_twitter_README.md
index a9b74259a2..52f461d19e 100644
--- a/tests/system/providers/apache/hive/example_twitter_README.md
+++ b/tests/system/providers/apache/hive/example_twitter_README.md
@@ -33,7 +33,7 @@
1. Save Summary to MySQL
***Screenshot:***
-<img src="http://i.imgur.com/rRpSO12.png" width="99%"/>
+<img src="http://i.imgur.com/rRpSO12.png" width="99%" alt="Twitter DAG
screenshot"/>
***Example Structure:*** In this example dag, we are collecting tweets for
four users account or twitter handle. Each twitter handle has two channels,
incoming tweets and outgoing tweets. Hence, in this example, by running the
fetch_tweet task, we should have eight output files. For better management,
each of the eight output files should be saved with the yesterday's date (we
are collecting tweets from yesterday), i.e. toTwitter_A_2016-03-21.csv. We are
using two kinds of operators (Bas [...]