feat: spark date
and datetime
data types.
#9844
release-drafter.yml
on: pull_request
update_release_draft
4s
Annotations
2 errors and 4 warnings
update_release_draft
Resource not accessible by integration
{
name: 'HttpError',
id: '13023927732',
status: 403,
response: {
url: 'https://api.github.com/repos/narwhals-dev/narwhals/releases',
status: 403,
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Wed, 29 Jan 2025 06:45:20 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
'transfer-encoding': 'chunked',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-github-permissions': 'contents=write; contents=write,workflows=write',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': '8C01:E6F9E:201D4E0:3FF2545:6799CE7F',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4982',
'x-ratelimit-reset': '1738136717',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '18',
'x-xss-protection': '0'
},
data: {
message: 'Resource not accessible by integration',
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release',
status: '403'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/narwhals-dev/narwhals/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.18.0 (linux; x64)',
'x-github-delivery': '13023927732',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"target_commitish":"refs/pull/1892/merge","name":"Narwhals unreleased","tag_name":"","body":"## Changes\\n\\n\\n\\nThank you to all our contributors for making this release possible!\\n@MarcoGorelli and @osoucy\\n","draft":true,"prerelease":false,"make_latest":"true"}',
request: {}
},
event: {
id: '13023927732',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: '<!--\r\n' +
'# Thanks for contributing a pull request! \r\n' +
'## Please make sure you see our contribution guidelines: https://github.com/narwhals-dev/narwhals/blob/main/CONTRIBUTING.md\r\n' +
'-->\r\n' +
'\r\n' +
'## What type of PR is this? (check all applicable)\r\n' +
'\r\n' +
'- [ ] 💾 Refactor\r\n' +
'- [x] ✨ Feature\r\n' +
'- [ ] 🐛 Bug Fix\r\n' +
'- [ ] 🔧 Optimization\r\n' +
'- [ ] 📝 Documentation\r\n' +
'- [x] ✅ Test\r\n' +
'- [ ] 🐳 Other\r\n' +
'\r\n' +
'## Related issues\r\n' +
'\r\n' +
'- Related issue #\\<issue number\\>\r\n' +
'- Closes #\\<issue number\\>\r\n' +
'\r\n' +
'## Checklist\r\n' +
'\r\n' +
'- [x] Code follows style guide (ruff)\r\n' +
'- [x] Tests added\r\n' +
'- [ ] Documented the changes\r\n' +
'\r\n' +
'## If you have comments or can explain your changes, please do so below\r\n' +
'Implemented `date` and `datetime` data types for pyspark and enabled tests to validate implementation. \r\n' +
'\r\n' +
'Enabled setting `dtype` on spark `lit` expression. I have seen the some areas where `_native_types` is used, but I did not
|
update_release_draft
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '13023927732',
name: 'pull_request',
payload: {
action: 'edited',
changes: {
body: {
from: '<!--\r\n' +
'# Thanks for contributing a pull request! \r\n' +
'## Please make sure you see our contribution guidelines: https://github.com/narwhals-dev/narwhals/blob/main/CONTRIBUTING.md\r\n' +
'-->\r\n' +
'\r\n' +
'## What type of PR is this? (check all applicable)\r\n' +
'\r\n' +
'- [ ] 💾 Refactor\r\n' +
'- [x] ✨ Feature\r\n' +
'- [ ] 🐛 Bug Fix\r\n' +
'- [ ] 🔧 Optimization\r\n' +
'- [ ] 📝 Documentation\r\n' +
'- [x] ✅ Test\r\n' +
'- [ ] 🐳 Other\r\n' +
'\r\n' +
'## Related issues\r\n' +
'\r\n' +
'- Related issue #\\<issue number\\>\r\n' +
'- Closes #\\<issue number\\>\r\n' +
'\r\n' +
'## Checklist\r\n' +
'\r\n' +
'- [x] Code follows style guide (ruff)\r\n' +
'- [x] Tests added\r\n' +
'- [ ] Documented the changes\r\n' +
'\r\n' +
'## If you have comments or can explain your changes, please do so below\r\n' +
'Implemented `date` and `datetime` data types for pyspark and enabled tests to validate implementation. \r\n' +
'\r\n' +
'Enabled setting `dtype` on spark `lit` expression. I have seen the some areas where `_native_types` is used, but I did not see how I could make it work in the context of `lit` namespace.\r\n' +
'\r\n' +
'Also, was there any specific reason why spark tests were disabled on python 3.12?'
}
},
number: 1892,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/169070048?v=4',
description: 'Narwhals developers',
events_url: 'https://api.github.com/orgs/narwhals-dev/events',
hooks_url: 'https://api.github.com/orgs/narwhals-dev/hooks',
id: 169070048,
issues_url: 'https://api.github.com/orgs/narwhals-dev/issues',
login: 'narwhals-dev',
members_url: 'https://api.github.com/orgs/narwhals-dev/members{/member}',
node_id: 'O_kgDOChPN4A',
public_members_url: 'https://api.github.com/orgs/narwhals-dev/public_members{/member}',
repos_url: 'https://api.github.com/orgs/narwhals-dev/repos',
url: 'https://api.github.com/orgs/narwhals-dev'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/narwhals-dev/narwhals/issues/1892/comments'
},
commits: {
href: 'https://api.github.com/repos/narwhals-dev/narwhals/pulls/1892/commits'
},
html: {
href: 'https://github.com/narwhals-dev/narwhals/pull/1892'
},
issue: {
href: 'https://api.github.com/repos/narwhals-dev/narwhals/issues/1892'
},
review_comment: {
href: 'https://api.github.com/repos/narwhals-dev/narwhals/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/narwhals-dev/narwhals/pulls/1892/comments'
},
self: {
href: 'https://api.github.com/repos/narwhals-dev/narwhals/pulls/1892'
},
statuses: {
href: 'https://api.github.com/repos/narwhals-dev/narwhals/statuses/7f7ad6e658882c7d59d9c0ba87aa2e8bd65d6227'
}
},
active_lock_reason: null,
additions: 18,
assignee: null,
assignees: [],
aut
|
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|