René's URL Explorer Experiment


Title: feat(bigquery): Support DATE-type event timestamp columns by Jwrede · Pull Request #6362 · feast-dev/feast · GitHub

Open Graph Title: feat(bigquery): Support DATE-type event timestamp columns by Jwrede · Pull Request #6362 · feast-dev/feast

X Title: feat(bigquery): Support DATE-type event timestamp columns by Jwrede · Pull Request #6362 · feast-dev/feast

Description: What this PR does / why we need it: When the event_timestamp column in BigQuery is a DATE type (not TIMESTAMP), the generated SQL wraps comparison values in TIMESTAMP(), causing a type mismatch error. This makes DATE-partitioned summary tables unusable without creating views or duplicate tables. This PR adds an optional timestamp_field_type parameter to BigQuerySource. When set to "DATE", SQL generation uses DATE('YYYY-MM-DD') comparisons instead of TIMESTAMP('...'), both in direct queries (pull_latest_from_table_or_query, pull_all_from_table_or_query) and in the point-in-time join Jinja template. Usage: BigQuerySource( table="project:dataset.daily_features", timestamp_field="event_date", timestamp_field_type="DATE", ) Changes: Proto: add timestamp_field_type string field (field 28) to DataSource DataSource base class: add timestamp_field_type attribute, equality check, and __init__ parameter BigQuerySource: wire timestamp_field_type through __init__, from_proto, and _to_proto_impl get_timestamp_filter_sql(): add "date_func" cast style that generates DATE('YYYY-MM-DD') BigQueryOfflineStore: select cast style based on timestamp_field_type Jinja template: conditional DATE() comparisons for DATE-type timestamp fields FeatureViewQueryContext: propagate timestamp_field_type to template context Backward-compatible: when timestamp_field_type is unset, behavior is unchanged. Which issue(s) this PR fixes: Fixes #2530 (part 2 -- DATE type event_timestamp support; part 1 was addressed by #6076) How to test: python -m pytest sdk/python/tests/unit/infra/offline_stores/test_bigquery.py -v 4 new tests added: test_pull_latest_date_type_timestamp_field -- verifies DATE() cast in pull_latest test_pull_all_date_type_timestamp_field -- verifies DATE() cast in pull_all test_pull_latest_date_type_with_partition_column -- DATE type combined with partition pruning test_bigquery_source_date_type_proto_roundtrip -- proto serialization roundtrip

Open Graph Description: What this PR does / why we need it: When the event_timestamp column in BigQuery is a DATE type (not TIMESTAMP), the generated SQL wraps comparison values in TIMESTAMP(), causing a type mismatch err...

X Description: What this PR does / why we need it: When the event_timestamp column in BigQuery is a DATE type (not TIMESTAMP), the generated SQL wraps comparison values in TIMESTAMP(), causing a type mismatch err...

Opengraph URL: https://github.com/feast-dev/feast/pull/6362

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:9c39f159-2389-832d-0b12-185539462237
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC14E:CA906:F03B2:15C07C:6A4E256D
html-safe-noncec13ec814a64396ea23146030f2ea1a49efcd4aa4d8d0f4c00fa8aaafb44974e9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTRFOkNBOTA2OkYwM0IyOjE1QzA3Qzo2QTRFMjU2RCIsInZpc2l0b3JfaWQiOiI3MjUyMTQ1MzM1ODQwOTQxNDIxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacb6dc3414ad5166add322ee0f230faf7b6686a36628f71db8931dcc6d4eda6242
hovercard-subject-tagpull_request:3619670750
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/feast-dev/feast/pull/6362/files
twitter:imagehttps://avatars.githubusercontent.com/u/62910358?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/62910358?s=400&v=4
og:image:altWhat this PR does / why we need it: When the event_timestamp column in BigQuery is a DATE type (not TIMESTAMP), the generated SQL wraps comparison values in TIMESTAMP(), causing a type mismatch err...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released9dd20d38f8ae3c4cb6b597807431db300d0bd2a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/6362/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6362%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6362%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/pull/6362/files
Reloadhttps://github.com/feast-dev/feast/pull/6362/files
Reloadhttps://github.com/feast-dev/feast/pull/6362/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6362/files
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.4k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 7.1k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 212 https://github.com/feast-dev/feast/issues
Pull requests 171 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality 1 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
ntkatholehttps://github.com/ntkathole
feast-dev:masterhttps://github.com/feast-dev/feast/tree/master
Jwrede:feat/bq-date-timestamp-typehttps://github.com/Jwrede/feast/tree/feat/bq-date-timestamp-type
Conversation 5 https://github.com/feast-dev/feast/pull/6362
Commits 6 https://github.com/feast-dev/feast/pull/6362/commits
Checks 26 https://github.com/feast-dev/feast/pull/6362/checks
Files changed https://github.com/feast-dev/feast/pull/6362/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6362/files
feat(bigquery): Support DATE-type event timestamp columns https://github.com/feast-dev/feast/pull/6362/files#top
Show all changes 6 commits https://github.com/feast-dev/feast/pull/6362/files
00f852d feat(bigquery): Support DATE-type event timestamp columns Jwrede May 3, 2026 https://github.com/feast-dev/feast/pull/6362/commits/00f852d7bf09ee1f498f038db512d6fed703fcd4
d7dad5b fix(bigquery): Use protobuf 4.25.x compatible generated code Jwrede May 3, 2026 https://github.com/feast-dev/feast/pull/6362/commits/d7dad5bde84e11b7b062223d90f35e1149bd967f
de6f015 fix(bigquery): Add Literal type annotation for cast_style Jwrede May 3, 2026 https://github.com/feast-dev/feast/pull/6362/commits/de6f0154f9ecbd4152e2130d36a5011aa5f2070f
af5849d fix: Make timestamp_field_type default to None in FeatureViewQueryCon… Jwrede May 3, 2026 https://github.com/feast-dev/feast/pull/6362/commits/af5849db570270c65b0037af821e2d7f316ad729
3a7744f fix: Keep timestamp_field_type required in FeatureViewQueryContext Jwrede May 3, 2026 https://github.com/feast-dev/feast/pull/6362/commits/3a7744f462b324a3a9744c284947b71bbffffbff
a28b283 fix: regenerate protos matching upstream mypy-protobuf style Jwrede May 14, 2026 https://github.com/feast-dev/feast/pull/6362/commits/a28b283adcb8ec709eeec791866b183e9b401946
Clear filters https://github.com/feast-dev/feast/pull/6362/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6362/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6362/files
DataSource.proto https://github.com/feast-dev/feast/pull/6362/files#diff-4fc683fe393fce185f08c899cd168cbebe8f98caa0974b9abb97fb2f916949f2
data_source.py https://github.com/feast-dev/feast/pull/6362/files#diff-fada7a84510bd3d3051cffc414ee51ed92eff4cdd4c2ac53a1b8b7c47286cab4
bigquery.py https://github.com/feast-dev/feast/pull/6362/files#diff-14f38fcbdc2240bb60b9f558d133b174f5b6059cfcd959eef8b9c49bb5be8838
bigquery_source.py https://github.com/feast-dev/feast/pull/6362/files#diff-0f021d0bccdb78d9ecb198d38c3e0693ac63cf6728d1d7ae179e85edf9a63c03
offline_utils.py https://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
DataSource_pb2.py https://github.com/feast-dev/feast/pull/6362/files#diff-74f678ad7aeb21e56f1f1fe088f65926611403868920639e40fcae3d66cdb55b
DataSource_pb2.pyi https://github.com/feast-dev/feast/pull/6362/files#diff-76c01a13c89c7c053343050a2c2c84125e02fa9499cc40cf351cba3c058f3d56
test_spark_bfv_compute_on_read.py https://github.com/feast-dev/feast/pull/6362/files#diff-f8511fd90c602a0c9c181fe7db5dc6865c9d7985260e4d17760bd98872c981a6
test_bigquery.py https://github.com/feast-dev/feast/pull/6362/files#diff-cbec92da77236361abafd03320f9c7f1ab8525d981d9bc558bd6de1cf08487cb
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L9
protos/feast/core/DataSource.protohttps://github.com/feast-dev/feast/pull/6362/files#diff-4fc683fe393fce185f08c899cd168cbebe8f98caa0974b9abb97fb2f916949f2
View file https://github.com/Jwrede/feast/blob/a28b283adcb8ec709eeec791866b183e9b401946/protos/feast/core/DataSource.proto
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6362/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6362/files#diff-4fc683fe393fce185f08c899cd168cbebe8f98caa0974b9abb97fb2f916949f2
https://github.com/feast-dev/feast/pull/6362/files#diff-4fc683fe393fce185f08c899cd168cbebe8f98caa0974b9abb97fb2f916949f2
https://github.com/feast-dev/feast/pull/6362/files#diff-4fc683fe393fce185f08c899cd168cbebe8f98caa0974b9abb97fb2f916949f2
https://github.com/feast-dev/feast/pull/6362/files#diff-4fc683fe393fce185f08c899cd168cbebe8f98caa0974b9abb97fb2f916949f2
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/data_source.pyhttps://github.com/feast-dev/feast/pull/6362/files#diff-fada7a84510bd3d3051cffc414ee51ed92eff4cdd4c2ac53a1b8b7c47286cab4
View file https://github.com/Jwrede/feast/blob/a28b283adcb8ec709eeec791866b183e9b401946/sdk/python/feast/data_source.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6362/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6362/files#diff-fada7a84510bd3d3051cffc414ee51ed92eff4cdd4c2ac53a1b8b7c47286cab4
https://github.com/feast-dev/feast/pull/6362/files#diff-fada7a84510bd3d3051cffc414ee51ed92eff4cdd4c2ac53a1b8b7c47286cab4
https://github.com/feast-dev/feast/pull/6362/files#diff-fada7a84510bd3d3051cffc414ee51ed92eff4cdd4c2ac53a1b8b7c47286cab4
https://github.com/feast-dev/feast/pull/6362/files#diff-fada7a84510bd3d3051cffc414ee51ed92eff4cdd4c2ac53a1b8b7c47286cab4
https://github.com/feast-dev/feast/pull/6362/files#diff-fada7a84510bd3d3051cffc414ee51ed92eff4cdd4c2ac53a1b8b7c47286cab4
https://github.com/feast-dev/feast/pull/6362/files#diff-fada7a84510bd3d3051cffc414ee51ed92eff4cdd4c2ac53a1b8b7c47286cab4
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L26
sdk/python/feast/infra/offline_stores/bigquery.pyhttps://github.com/feast-dev/feast/pull/6362/files#diff-14f38fcbdc2240bb60b9f558d133b174f5b6059cfcd959eef8b9c49bb5be8838
View file https://github.com/Jwrede/feast/blob/a28b283adcb8ec709eeec791866b183e9b401946/sdk/python/feast/infra/offline_stores/bigquery.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6362/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6362/files#diff-14f38fcbdc2240bb60b9f558d133b174f5b6059cfcd959eef8b9c49bb5be8838
https://github.com/feast-dev/feast/pull/6362/files#diff-14f38fcbdc2240bb60b9f558d133b174f5b6059cfcd959eef8b9c49bb5be8838
https://github.com/feast-dev/feast/pull/6362/files#diff-14f38fcbdc2240bb60b9f558d133b174f5b6059cfcd959eef8b9c49bb5be8838
https://github.com/feast-dev/feast/pull/6362/files#diff-14f38fcbdc2240bb60b9f558d133b174f5b6059cfcd959eef8b9c49bb5be8838
https://github.com/feast-dev/feast/pull/6362/files#diff-14f38fcbdc2240bb60b9f558d133b174f5b6059cfcd959eef8b9c49bb5be8838
https://github.com/feast-dev/feast/pull/6362/files#diff-14f38fcbdc2240bb60b9f558d133b174f5b6059cfcd959eef8b9c49bb5be8838
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L27
sdk/python/feast/infra/offline_stores/bigquery_source.pyhttps://github.com/feast-dev/feast/pull/6362/files#diff-0f021d0bccdb78d9ecb198d38c3e0693ac63cf6728d1d7ae179e85edf9a63c03
View file https://github.com/Jwrede/feast/blob/a28b283adcb8ec709eeec791866b183e9b401946/sdk/python/feast/infra/offline_stores/bigquery_source.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6362/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6362/files#diff-0f021d0bccdb78d9ecb198d38c3e0693ac63cf6728d1d7ae179e85edf9a63c03
https://github.com/feast-dev/feast/pull/6362/files#diff-0f021d0bccdb78d9ecb198d38c3e0693ac63cf6728d1d7ae179e85edf9a63c03
https://github.com/feast-dev/feast/pull/6362/files#diff-0f021d0bccdb78d9ecb198d38c3e0693ac63cf6728d1d7ae179e85edf9a63c03
https://github.com/feast-dev/feast/pull/6362/files#diff-0f021d0bccdb78d9ecb198d38c3e0693ac63cf6728d1d7ae179e85edf9a63c03
https://github.com/feast-dev/feast/pull/6362/files#diff-0f021d0bccdb78d9ecb198d38c3e0693ac63cf6728d1d7ae179e85edf9a63c03
https://github.com/feast-dev/feast/pull/6362/files#diff-0f021d0bccdb78d9ecb198d38c3e0693ac63cf6728d1d7ae179e85edf9a63c03
https://github.com/feast-dev/feast/pull/6362/files#diff-0f021d0bccdb78d9ecb198d38c3e0693ac63cf6728d1d7ae179e85edf9a63c03
https://github.com/feast-dev/feast/pull/6362/files#diff-0f021d0bccdb78d9ecb198d38c3e0693ac63cf6728d1d7ae179e85edf9a63c03
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L20
sdk/python/feast/infra/offline_stores/offline_utils.pyhttps://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
View file https://github.com/Jwrede/feast/blob/a28b283adcb8ec709eeec791866b183e9b401946/sdk/python/feast/infra/offline_stores/offline_utils.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6362/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
https://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
https://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
https://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
https://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
https://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
https://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
https://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
https://github.com/feast-dev/feast/pull/6362/files#diff-f515f3d334f6ab63f082e3d078bcf23f460538b468a5177105cd79440178f376
Please reload this pagehttps://github.com/feast-dev/feast/pull/6362/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6362/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.