Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend dlt_init to test if a verified source is installable #546

Open
burnash opened this issue Jul 30, 2024 · 0 comments
Open

Extend dlt_init to test if a verified source is installable #546

burnash opened this issue Jul 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@burnash
Copy link
Collaborator

burnash commented Jul 30, 2024

Background

Currently test_dlt_init does not test this case:

  1. The dlt version in 's requirements.txt is newer than the installed one.
  2. The user runs dlt init <source> <destination>, e.g. dlt init rest_api duckdb.
  3. The has imports from newer dlt which do not exist in older (installed) dlt.
  4. The user gets an error.
@burnash burnash added the bug Something isn't working label Jul 30, 2024
@burnash burnash self-assigned this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Planned
Development

No branches or pull requests

1 participant