-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make sure LazyTableReference
isn't resolved until referenced table has been initialised
#758
base: master
Are you sure you want to change the base?
Conversation
…has been initialised
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #758 +/- ##
==========================================
+ Coverage 90.91% 91.03% +0.11%
==========================================
Files 109 109
Lines 8214 8257 +43
==========================================
+ Hits 7468 7517 +49
+ Misses 746 740 -6
|
…s well as table class name
Using importlib could mean we get partially initialised modules
I'll keep this open for now, but improvements were made in #1040, so I'm not sure if this PR is required any more. |
Resolves #757