refactor: do not cascade to TableColumn#42222
Conversation
Code Review Agent Run #fd5a32Actionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #42222 +/- ##
==========================================
- Coverage 65.22% 65.22% -0.01%
==========================================
Files 2768 2768
Lines 156280 156285 +5
Branches 35774 35774
==========================================
+ Hits 101933 101936 +3
- Misses 52382 52384 +2
Partials 1965 1965
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
The flagged issue is correct. Disabling superset/connectors/sqla/models.py |
7050c28 to
171e144
Compare
Code Review Agent Run #9ba9f8Actionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
|
Rebased, resolved the usual conflict with these, and CI is running :) |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@hy144328 thanks for the PR, mind adding more details to your PR description? |
c9d8724 to
718a10d
Compare
718a10d to
6f9e4f0
Compare
6f9e4f0 to
575416a
Compare
Code Review Agent Run #c2b2f8Actionable Suggestions - 0Additional Suggestions - 3
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
rusackas
left a comment
There was a problem hiding this comment.
Went through the TableColumn call sites and the two Bito findings, both check out as non-issues given the current code (replies inline). CI's green across postgres/mysql/sqlite. LGTM.
See #40273 .
SUMMARY
Disable
cascade_backrefsonTableColumnbecause it is deprecated in Airflow 2.Manually add objects to session that were previously added automatically.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
Unit tests:
Integration tests via CI.
ADDITIONAL INFORMATION