Use Tabular Format for the List of Upgrade Check Rules
See original GitHub issueWould be awesome to have a tabular format (makes it more readable) like below 😃 (From https://github.com/apache/airflow/pull/13392#pullrequestreview-563164638)
| ClassName | Description |
|------------------------------------------|-------------------------------------------------------------------|
| VersionCheckRule | Check for latest versions of apache-airflow and checker |
| AirflowMacroPluginRemovedRule | Remove airflow.AirflowMacroPlugin class |
| BaseOperatorMetaclassRule | Ensure users are not using custom metaclasses in custom operators |
| ChainBetweenDAGAndOperatorNotAllowedRule | Chain between DAG and operator not allowed. |
| ConnTypeIsNotNullableRule | Connection.conn_type is not nullable |
| DbApiRule | Hooks that run DB functions must inherit from DBApiHook |
| FernetEnabledRule | Fernet is enabled by default |
| GCPServiceAccountKeyRule | GCP service account key deprecation |
| HostnameCallable | Unify hostname_callable option in core section |
| ImportChangesRule | Changes in import paths of hooks, operators, sensors and others |
| LegacyUIDeprecated | Legacy UI is deprecated by default |
| LoggingConfigurationRule | Logging configuration has been moved to new section |
| MesosExecutorRemovedRule | Removal of Mesos Executor |
| NoAdditionalArgsInOperatorsRule | No additional argument allowed in BaseOperator. |
| PodTemplateFileRule | Users must set a kubernetes.pod_template_file value |
| SendGridEmailerMovedRule | SendGrid email uses old airflow.contrib module |
| TaskHandlersMovedRule | Changes in import path of remote task handlers |
| UndefinedJinjaVariablesRule | Jinja Template Variables cannot be undefined |
| UniqueConnIdRule | Connection.conn_id is not unique |
This should be just an enhancement to the changes in https://github.com/apache/airflow/pull/13392
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
Upgrade Details related list - ServiceNow Docs
Upgrade Details lists all Upgrade Details records for this upgrade. Navigate to System Diagnostics > Upgrade History to view the Upgrade Details ...
Read more >2 How to Create a Tabular Form
A tabular form enables users to update multiple rows in a table at once from a single page. You can use the Tabular...
Read more >4.4.7 mysql_upgrade — Check and Upgrade MySQL Tables
It upgrades the system tables in the mysql schema so that you can take advantage of new privileges or capabilities that might have...
Read more >Design considerations for updating data - Microsoft Support
When you update the data in a lookup field, you update the source table. If the Row Source Type property of your list...
Read more >Create Excel Table & Fix Problems - Contextures
Use Excel's Table command to convert a list of data into a named Excel ... (almost) always format your lists as named Excel...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@brendalf Hey I am planning to cut rc1 for upgrade check 1.2.0 today, so I just went ahead and created the PR.
But please feel free to tag me in another issue you would like to work on
So we can use rich? I would like to give a try on this, it’s that ok?