-
Notifications
You must be signed in to change notification settings - Fork 504
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 current_timestamp macro #694
Conversation
Co-authored-by: Alex Malins <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you've removed an integration test unnecessarily, otherwise this looks good!
YAY. Thanks @colin-rogers-dbt for getting this sorted! @dbeatty10 I deleted a bunch of functional testing stuff - I'm pretty sure it is no longer needed in a utils 1.0 world but if there is anything else I should have removed too, or I shouldn't have deleted something, please let me know! |
thanks for getting this over the line @joellabes! |
resolves #693
This is a:
All pull requests from community contributors should target the
main
branch (default).Description & motivation
Checklist
star()
source)limit_zero()
macro in place of the literal string:limit 0
dbt.type_*
macros instead of explicit datatypes (e.g.dbt.type_timestamp()
instead ofTIMESTAMP