-
Notifications
You must be signed in to change notification settings - Fork 58
Make modules.pytz.timezone
compatible with dbt-core
#145
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
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as duplicate.
This comment was marked as duplicate.
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Tai Le Manh.
|
@tlm365 Thanks for another contribution! Since your first PR, I enabled a CLA check on this repo - could you give this a read and sign it? If you have signed, it might be an issue with how your email is configured for signing git commits |
modules.pytz.timezone
compatible wih dbt-core
modules.pytz.timezone
compatible with dbt-core
@jtcohen6 Thanks for reviewing! I've signed it. |
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.
Great. Thanks for making time zone conversion less strict and thus less annoying.
Changes have been merged internally. Thank you @tlm365 ! |
@tlm365 - Re-opening. Are you able to build |
* COPYBARA PUBLIC PR: https://github.com/dbt-labs/dbt-fusion/145 Make modules.pytz.timezone compatible with dbt-core GitOrigin-RevId: 7fda2a1 * Fixing build * Added changelog. Trying to fix build. * Reset Cargo.lock and update it again * Declare chrono-tz case-insensitive feature workspace-wide chrono-tz & chrono-tz-build makes incorrect assumptions about how cargo works, leading to compile time failures. This can happen when something enables chrono-tz-build crate > case-insensitive feature, without enabling chrono-tz crate > case-insensitive feature. * Added changelog * Added changelog --------- Co-authored-by: Tai Le Manh <[email protected]> Co-authored-by: TIHan <[email protected]> Co-authored-by: Piotr Findeisen <[email protected]> GitOrigin-RevId: 20df6e9ab7ec01ec62a9ff52db45aafc3d22bc33
…encing `uncased` (#4143) * Reverted #145 as there is an issue with chrono-tz referencing uncased * Added changelog * Fix consistency GitOrigin-RevId: 6e1f6ae9728f12383ae75d2fe7f373e11d3e6710
Oh, my apologies 🙏 I just verified via unit tests and didn’t check the full project build. I’ve raised a PR to address the issue in I’ll continue tracking this. Really appreciate you reviewing and report it to me @TIHan! |
Oh, thank you very much for reaching out to them regarding the issue; that helps us a lot.
Of course! We love the change and we did our best to figure it out internally but it's ultimately up to |
Also, no worries. It's mainly our fault. We need to have CI running build + tests on the public repo, but it's taking some time to get that set up. |
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.
@tlm365 chronotope/chrono-tz#202 was closed by the maintainer of chrono-tz
.
Do you see any path forward for this PR?
@dbeatty10 Thanks for reviewing. |
@tlm365 I'm still working through this internally :) - I still had some issues with building - nothing on your end you can do. |
Resolves #143.
Blocked until this PR is merged and released: chronotope/chrono-tz#202