Leo Shklovskii

Results 6 issues of Leo Shklovskii

## Summary The old URL redirects to the new one so this saves a redirect hop ## Checklist - [ ] CI tests are green. If you are using GitHub,...

As per the lines below, `job_execution.status` will always be `JobExecutionStatus.SUCCESS`. Is this intentional? https://github.com/tokern/data-lineage/blob/master/data_lineage/server.py#L311-L313

Repro: 1. install git-town 7.8.0 on debian bullseye: `curl -L "https://github.com/git-town/git-town/releases/download/v7.8.0/git-town_7.8.0_linux_intel_64.deb" -o "git-town.deb" && dpkg -i git-town.deb` 2. run `git-town version` Expected: `Git Town v7.8.0 (2022/08/07)` (works properly on macos)...

**General Information:** - OS: Ubuntu 20.04 - Python version: 3.10.4 - Library version: 0.8.4 **Describe the bug:** When I execute `python3 -m unittest dataprofiler/tests/reports/test_graphs.py` [test_no_matplotlib](https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/tests/reports/test_graphs.py#L55) seems to break something internal...

Bug
Medium Priority
Refactor

Fixing typos in examples

# Bug report ## What's wrong This plugin crashes `mypy` when there is an unknown import in a source file. Repro is super simple, add `from foo import bar` to...

bug