question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use Tabular Format for the List of Upgrade Check Rules

See original GitHub issue

Would 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:closed
  • Created 3 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
kaxilcommented, Feb 8, 2021

@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

1reaction
brendalfcommented, Feb 8, 2021

So we can use rich? I would like to give a try on this, it’s that ok?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found