[AIRFLOW-XXX] Alphabetical table and remove duplicate#6487
Conversation
|
@mik-laj PTAL |
There was a problem hiding this comment.
https://github.com/apache/airflow/pull/6487/files#diff-471d3adab9e55d525a899f46345f3b2fL501
It seems to me that order was introduced here.
There was a problem hiding this comment.
Sorry, I am afraid I don't quite understand what you mean.
There was a problem hiding this comment.
Are we sort by hook or operator name rather than 'display' name?
There was a problem hiding this comment.
By display name, but we ignore the prefix "Cloud" . This prefix has no added value because its use by Google is not uniform and not ordered.
For example:
When we have services: Compute Engine, Cloud SQL, Cloud Storage, PubSub.
The classic alphabetical order creates the following list.
- Cloud SQL
- Cloud Storage
- Compute Engine
- PubSub
- Spanner
However, we want to ignore the Cloud prefix, so the list will look like this:
- Compute Engine
- PubSub
- Spanner
- SQL=> Cloud SQL
- Storage => Cloud Storage
This will allow you to easily find services, because some services are not placed at the very end of the list when Google added a prefix, which is not consistently used even by Google.
There was a problem hiding this comment.
No. We can accept changes in the content, but I'd rather limit the changes in the Sphinx template. Your PR doesn't change the.template.
There was a problem hiding this comment.
OK, I will close the PR
There was a problem hiding this comment.
Please no. I want accept this PR. 😿
There was a problem hiding this comment.
I think you want to change sphinx template to sorted the content? Am I wrong?
There was a problem hiding this comment.
The script will provide an additional option, but by default the tables should also be sorted
cc852bf to
0522193
Compare
|
@mik-laj I change Google service part and ignore the prefix "Cloud", PTAL |
|
Sorry. I was busy lately because I was working on a new website. Can you do a rebase? |
8df51fa to
a61702b
Compare
|
@mik-laj I rebase on master, PTAL, if you have time. I think the CI will pass cause this PR only doc change. |
* Alphabetical Service name in Software operators and hooks sections * Alphabetical source then destination in transfer section * Remove duplicate hive_to_mysql
a61702b to
dd7331e
Compare
|
Fix the conflict again. |
|
@mik-laj Thanks. |
|
I thank you. |

and hooks sections
section
Make sure you have checked all steps below.
Description
and hooks sections
section
Documentation