databrickslabs / remorph

Cross-compiler and Data Reconciler into Databricks Lakehouse
Other
28 stars 16 forks source link

Upgrade script Implementation #777

Open vijaypavann-db opened 1 month ago

vijaypavann-db commented 1 month ago

closes #769

github-actions[bot] commented 1 month ago

Coverage tests results

430 tests  ±0   386 :white_check_mark: ±0   6s :stopwatch: -1s   5 suites ±0     0 :zzz: ±0    5 files   ±0    44 :x: ±0 

For more details on these failures, see this check.

Results for commit 5f85dff6. ± Comparison against base commit 2aab91ee.

:recycle: This comment has been updated with latest results.

sundarshankar89 commented 1 week ago

@bishwajit-db can you take a look at this.

vijaypavann-db commented 1 day ago

Had to disable pylint for the following cases:

  1. application context exceeding allowed public methods:
    • pylint: disable=too-many-public-methods
  2. upgrade script file name pattern
    • pylint: disable=invalid-name
vijaypavann-db commented 1 day ago

@nfx for your review