René's URL Explorer Experiment


Title: Cannot use SQLite as the SQL registry · Issue #5565 · feast-dev/feast · GitHub

Open Graph Title: Cannot use SQLite as the SQL registry · Issue #5565 · feast-dev/feast

X Title: Cannot use SQLite as the SQL registry · Issue #5565 · feast-dev/feast

Description: Expected Behavior feature_store.yaml with SQLite as sql registry works. project: my_project # By default, the registry is a file (but can be turned into a more scalable SQL-backed registry) # registry: data/registry.db # <--- works with ...

Open Graph Description: Expected Behavior feature_store.yaml with SQLite as sql registry works. project: my_project # By default, the registry is a file (but can be turned into a more scalable SQL-backed registry) # regis...

X Description: Expected Behavior feature_store.yaml with SQLite as sql registry works. project: my_project # By default, the registry is a file (but can be turned into a more scalable SQL-backed registry) # regis...

Opengraph URL: https://github.com/feast-dev/feast/issues/5565

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Cannot use SQLite as the SQL registry","articleBody":"## Expected Behavior \n\nfeature_store.yaml with SQLite as sql registry works.\n```\nproject: my_project\n# By default, the registry is a file (but can be turned into a more scalable SQL-backed registry)\n# registry: data/registry.db     # \u003c--- works with file registry but not with sqlite as sql registry.\nregistry:\n  registry_type: sql\n  path: sqlite:///data/registry.db\n# The provider primarily specifies default offline / online stores \u0026 storing the registry in a given cloud\nprovider: local\noffline_store:\n  type: file\nonline_store:\n    type: sqlite\n    path: data/online_store.db\nentity_key_serialization_version: 3\n# By default, no_auth for authentication and authorization, other possible values kubernetes and oidc. Refer the documentation for more details.\nauth:\n    type: no_auth\n```\n\n\n## Current Behavior\n\n```\nfeature_store = FeatureStore(repo_path=\".\")\n...\nOperationalError: (sqlite3.OperationalError) database is locked\n[SQL: INSERT INTO feast_metadata (project_id, metadata_key, metadata_value, last_updated_timestamp) VALUES (?, ?, ?, ?)]\n[parameters: ('my_project', 'last_updated_timestamp', '1754965241', 1754965241)]\n(Background on this error at: https://sqlalche.me/e/20/e3q8)\n```\n\n## Steps to reproduce\n\nCreate a project/repository structure.\n```\nmy_project/feature_repo\n├── data\n│   └── driver_stats.parquet\n├── example_repo.py\n└── feature_store.yaml\n```\n\nRun.\n```\nfeature_store = FeatureStore(repo_path=\".\")\n```\n\nexample_repo.py:\n```\n# This is an example feature definition file\n\nfrom datetime import timedelta\n\nfrom feast import (\n    Entity,\n    FeatureService,\n    FeatureView,\n    Field,\n    FileSource,\n    Project,\n)\nfrom feast.feature_logging import LoggingConfig\nfrom feast.infra.offline_stores.file_source import FileLoggingDestination\nfrom feast.types import Float32, Int64\n\nproject = Project(name=\"my_project\", description=\"A project for driver statistics\")\n\ndriver_hourly_stats = FileSource(\n    name=\"driver_hourly_stats_source\",\n    path=\"data/driver_stats.parquet\",\n    timestamp_field=\"event_timestamp\",\n    created_timestamp_column=\"created\",\n)\n\n# You can think of an entity as a primary key used to fetch features.\ndriver = Entity(name=\"driver\", join_keys=[\"driver_id\"])\n\ndriver_hourly_stats_view = FeatureView(\n    name=\"driver_hourly_stats\",\n    entities=[driver],\n    ttl=timedelta(days=1),\n    # The list of features defined below act as a schema to both define features\n    # for both materialization of features into a store, and are used as references\n    # during retrieval for building a training dataset or serving features\n    schema=[\n        Field(name=\"conv_rate\", dtype=Float32),\n        Field(name=\"acc_rate\", dtype=Float32),\n        Field(name=\"avg_daily_trips\", dtype=Int64, description=\"Average daily trips\"),\n    ],\n    # Tell FEAST to materialise into online store.\n    online=True,\n    source=driver_hourly_stats,           # \u003c--- Link to the raw data storage technology\n    tags={\"team\": \"driver_performance\"},\n)\n\n# This groups features into a model version\ndriver_activity_v1 = FeatureService(\n    name=\"driver_activity_v1\",\n    features=[\n        # driver_hourly_stats_view[[\"conv_rate\", \"acc_rate\"]],  # Sub-selects a feature from a feature view\n        driver_hourly_stats_view,\n    ],\n    logging_config=LoggingConfig(\n        destination=FileLoggingDestination(path=\"data\")\n    ),\n)\n\n```\n\n### Specifications\n\n- Version:\n```\nimport feast\nfeast.__version__\n\n'0.51.0'\n```\n- Platform: MacOS M2 (15.5 (24F74))\n- Subsystem: Python 3.11\n\n## Possible Solution\n","author":{"url":"https://github.com/oonisim","@type":"Person","name":"oonisim"},"datePublished":"2025-08-12T02:32:30.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/5565/feast/issues/5565"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:17066d57-df7d-067b-c1df-c61e97e3792c
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCAE8:1EAA85:5A28B2:79497F:696E78CB
html-safe-noncecb22755854be915a2b640f4dfddfa7d34aea7f312da3fb99b36e37b59d68f29b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQUU4OjFFQUE4NTo1QTI4QjI6Nzk0OTdGOjY5NkU3OENCIiwidmlzaXRvcl9pZCI6IjIwNDQyODgxNzQxOTUxMTIxMzkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacf2bac3313452d2dc632cf216b100a5a8247a8ec9635eedf1f7f489f8e8dff85e
hovercard-subject-tagissue:3312290206
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/feast-dev/feast/5565/issue_layout
twitter:imagehttps://opengraph.githubassets.com/58d96eecd1ed532de2a38849cd936e9450abe4c96375e2d4933e2f0230f90cc7/feast-dev/feast/issues/5565
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/58d96eecd1ed532de2a38849cd936e9450abe4c96375e2d4933e2f0230f90cc7/feast-dev/feast/issues/5565
og:image:altExpected Behavior feature_store.yaml with SQLite as sql registry works. project: my_project # By default, the registry is a file (but can be turned into a more scalable SQL-backed registry) # regis...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameoonisim
hostnamegithub.com
expected-hostnamegithub.com
Nonefdad15fd2ad43212aa8b8be5f2c2725550f8374ceeeb154a999ad9145b43f3f7
turbo-cache-controlno-preview
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
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release27b23bc056eb973d350fc95afc848757edb9e7a9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/issues/5565#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F5565
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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%2Fissues%2F5565
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/issues/5565
Reloadhttps://github.com/feast-dev/feast/issues/5565
Reloadhttps://github.com/feast-dev/feast/issues/5565
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.2k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 6.6k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 176 https://github.com/feast-dev/feast/issues
Pull requests 58 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/feast-dev/feast/security
Please reload this pagehttps://github.com/feast-dev/feast/issues/5565
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 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
New issuehttps://github.com/login?return_to=https://github.com/feast-dev/feast/issues/5565
New issuehttps://github.com/login?return_to=https://github.com/feast-dev/feast/issues/5565
#5588https://github.com/feast-dev/feast/pull/5588
Cannot use SQLite as the SQL registryhttps://github.com/feast-dev/feast/issues/5565#top
#5588https://github.com/feast-dev/feast/pull/5588
https://github.com/ntkathole
kind/bughttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Fbug%22
priority/p2https://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22priority%2Fp2%22
https://github.com/oonisim
https://github.com/oonisim
oonisimhttps://github.com/oonisim
on Aug 12, 2025https://github.com/feast-dev/feast/issues/5565#issue-3312290206
ntkatholehttps://github.com/ntkathole
kind/bughttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Fbug%22
priority/p2https://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22priority%2Fp2%22
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.