René's URL Explorer Experiment


Title: dbt integration: Improve error handling for missing dbt-artifacts-parser · Issue #5870 · feast-dev/feast · GitHub

Open Graph Title: dbt integration: Improve error handling for missing dbt-artifacts-parser · Issue #5870 · feast-dev/feast

X Title: dbt integration: Improve error handling for missing dbt-artifacts-parser · Issue #5870 · feast-dev/feast

Description: Context PR #5827 added dbt integration that requires dbt-artifacts-parser dependency. Problem The CLI commands (feast dbt import, feast dbt list) don't explicitly catch ImportError from the parser, leading to potentially confusing error ...

Open Graph Description: Context PR #5827 added dbt integration that requires dbt-artifacts-parser dependency. Problem The CLI commands (feast dbt import, feast dbt list) don't explicitly catch ImportError from the parser,...

X Description: Context PR #5827 added dbt integration that requires dbt-artifacts-parser dependency. Problem The CLI commands (feast dbt import, feast dbt list) don't explicitly catch ImportError from the par...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"dbt integration: Improve error handling for missing dbt-artifacts-parser","articleBody":"## Context\nPR #5827 added dbt integration that requires `dbt-artifacts-parser` dependency.\n\n## Problem\nThe CLI commands (`feast dbt import`, `feast dbt list`) don't explicitly catch `ImportError` from the parser, leading to potentially confusing error messages.\n\n## Current Behavior\n```python\n# In parser.py:112\nraise ImportError(\n    \"dbt-artifacts-parser is required for dbt integration.\\n\"\n    \"Install with: pip install 'feast[dbt]' or pip install dbt-artifacts-parser\"\n)\n```\n\nBut CLI commands catch only `FileNotFoundError` and `ValueError`:\n```python\n# In dbt_import.py:131-136\nexcept FileNotFoundError as e:\n    click.echo(f\"{Fore.RED}Error: {e}{Style.RESET_ALL}\", err=True)\n    raise SystemExit(1)\nexcept ValueError as e:\n    click.echo(f\"{Fore.RED}Error: {e}{Style.RESET_ALL}\", err=True)\n    raise SystemExit(1)\n```\n\n## Proposed Solution\nAdd `ImportError` to exception handling in CLI commands with helpful message.\n\n## Files to Update\n- `sdk/python/feast/cli/dbt_import.py` (lines 131-136, 343-348)\n\n## Related\n- PR #5827","author":{"url":"https://github.com/YassinNouh21","@type":"Person","name":"YassinNouh21"},"datePublished":"2026-01-16T20:12:01.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/5870/feast/issues/5870"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ab7e6a40-fa3d-1d47-a936-c0370d9e791d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCABA:2CE7C1:9A7BBD0:CD22AF4:696E1A41
html-safe-nonce401ab8995de59da3e1ba27e1aa5cccf9521dfe164ecd076866c81bc83df87201
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQUJBOjJDRTdDMTo5QTdCQkQwOkNEMjJBRjQ6Njk2RTFBNDEiLCJ2aXNpdG9yX2lkIjoiNzIyNTgxNjY3MDkwNTcwMjk3NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacd2acad290228e16dd3221816d57c1fc4b5c8f0440e0c2d3982897ef8f017523c
hovercard-subject-tagissue:3823511102
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/5870/issue_layout
twitter:imagehttps://opengraph.githubassets.com/93e4256920baaa4418e8c316641367d28aa8f7c877635c33f84d3cc54cac70b9/feast-dev/feast/issues/5870
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/93e4256920baaa4418e8c316641367d28aa8f7c877635c33f84d3cc54cac70b9/feast-dev/feast/issues/5870
og:image:altContext PR #5827 added dbt integration that requires dbt-artifacts-parser dependency. Problem The CLI commands (feast dbt import, feast dbt list) don't explicitly catch ImportError from the parser,...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameYassinNouh21
hostnamegithub.com
expected-hostnamegithub.com
None113cc336e7105fbb9f2ee8beb67c6cc584d65fa66a8a1a5dd236ba66db174af7
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
release1d23f8b0bc31294c6a73ba2f3adfdd8c7052ca1e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/issues/5870#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F5870
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%2F5870
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/5870
Reloadhttps://github.com/feast-dev/feast/issues/5870
Reloadhttps://github.com/feast-dev/feast/issues/5870
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/5870
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/5870
New issuehttps://github.com/login?return_to=https://github.com/feast-dev/feast/issues/5870
dbt integration: Improve error handling for missing dbt-artifacts-parserhttps://github.com/feast-dev/feast/issues/5870#top
https://github.com/YassinNouh21
https://github.com/YassinNouh21
YassinNouh21https://github.com/YassinNouh21
on Jan 16, 2026https://github.com/feast-dev/feast/issues/5870#issue-3823511102
#5827https://github.com/feast-dev/feast/pull/5827
feat: Add dbt integration for importing models as FeatureViews #5827https://github.com/feast-dev/feast/pull/5827
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.