-
Notifications
You must be signed in to change notification settings - Fork 40
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
Remove get_catalog_for_single_relation from sql/impl.py #241
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
I think there's a decent number of adapters that would be able to just define the macro and go on from there, without needing to overwrite the method. In a sense, this is the equivalent of an abstract method for a |
@mikealfare Is there an example of such an adapter? |
@mikealfare Synced with @jtcohen6 offline, this macro needs to do some post-processing to return a Given this fact, I'd prefer to remove this stub here to imply that there's more work required for an adapter maintainer. |
Ah, yes. I just looked at the In that case, can we also remove the related module variable for the macro name? I don't think it's used anywhere else. |
@mikealfare good call-out, done! |
Make consistent with
calculate_freshness_from_metadata