Skip to content

Conversation

@Jinso-o
Copy link
Contributor

@Jinso-o Jinso-o commented Aug 11, 2025

Description

Updated and edited by removinh problematic sqlite3 micropip install causing linting failure

Related Issues

#2975

  • Fixes #...
  • Closes #...
  • Resolves #...

Additional Context

Jinso-o added 6 commits August 7, 2025 16:50
Replace REST demo with DummyJSON users (CORS-safe for Playground)
- Switch from dummyjson to JSONPlaceholder users API
- Add dev_mode=True for better development experience
- Fix function parameter (remove unused dlt parameter)
- Update table references from 'items' to 'users' consistently
- Fix test assertion to expect 10 users instead of 50
- Add write_disposition='replace' to prevent data duplication
- Improve data display with proper return statements
@netlify
Copy link

netlify bot commented Aug 11, 2025

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit 2966f4b
🔍 Latest deploy log https://app.netlify.com/projects/dlt-hub-docs/deploys/689a0bc66a0ff40008750cb7

# NOTE: this cell is only needed for testing this notebook on ci
assert pipeline.dataset().items.df().shape[0] == 50
count = pipeline.dataset().users.df().shape[0]
if count != 10:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use assert, there is how to add a proper error message: https://realpython.com/python-assert-statement/

Copy link
Contributor

@AstrakhantsevaAA AstrakhantsevaAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@Jinso-o Jinso-o merged commit 6348115 into dlt-hub:devel Aug 11, 2025
32 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.

2 participants