Michael Robinson
Michael Robinson
Signed-off-by: Michael Robinson ### Problem A static code analysis plugin, required by the LFAI, was removed from the project. Closes: [#1976](https://github.com/MarquezProject/marquez/issues/1976) ### Solution The PR adds PMD to the project....
Signed-off-by: Michael Robinson ### Problem A linter could be configured to check new Python source files for copyright and license headers. ### Solution This PR adds flake8 to Super_Linter in...
Signed-off-by: Michael Robinson ### Problem A linter as part of the Github Actions workflows could be used to automate the header checking process after the copyright/license PR is merged. **Note:...
As per @wslulciuc 's comment in #1976 , bugs found by the static code analysis plugin (PMD) must be fixed before the tool can be added to CI. To use...
Signed-off-by: Michael Robinson ### Problem The project lacks an automated way to check new source files for a copyright and license header. ### Solution This change adds a Github workflow...
### Problem With the release of 0.45.0, the images currently used on the website will be out of date. ### Solution This makes the images current while a larger-scale redesign...
### Problem We don't yet have pagination on the JobDetailPage's Run History tab for runs like we do for datasets and jobs on those routes. ### Solution This uses the...
It appears that, to work, this guide requires much more configuration than the instructions explain. For example, port 8080 is required by both Airflow and Marquez, but no workaround is...
 The DAGs in this tutorial are producing different graphs than one expects. For example, currently `counter.inc` is in a single-node graph, but one expects...
Some recent releases are missing detailed descriptions in the releases (as opposed to the changelog). There are also some miscellaneous formatting/punctuation issues in the notes.