Skip to content
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

Enable datatime format for negative timezone #2155

Conversation

hairrrrr
Copy link
Contributor

Description

This PR fixes the issue apply_lag not work as expected: '>' not supported between instances of 'DateTime' and 'str'

Related Issues

fixes #2154

Copy link

netlify bot commented Dec 16, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit d7c1866
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/6760d6d631fa580008ca1cc3
😎 Deploy Preview https://deploy-preview-2155--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rudolfix
Copy link
Collaborator

@hairrrrr this is a good catch! all tests are passing. if you could do make format and push again then linter will pass as well. we can still add it to 1.5.0 release

@hairrrrr hairrrrr force-pushed the fix/enable-datatime-format-for-negative-timezone branch from dac0b9e to d7c1866 Compare December 17, 2024 01:41
@hairrrrr
Copy link
Contributor Author

Hi @rudolfix, I have submitted the PR again. Could you please review it again? Thank you.

@rudolfix rudolfix self-requested a review December 17, 2024 10:44
@rudolfix
Copy link
Collaborator

@hairrrrr CI is passing now! thanks!

@rudolfix rudolfix merged commit 80e8cc3 into dlt-hub:devel Dec 17, 2024
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

apply_lag not work as expected: '>' not supported between instances of 'DateTime' and 'str'
2 participants