Documentation: update installation command in destination docs #1408
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Background
The current documentation for installing packages with extras (e.g., pip install dlt[duckdb]) does not use quotes around the command in some of Destinations docs. Example: Google BigQuery
This can lead to potential errors or unexpected behavior in certain shell environments due to the way special characters, like square brackets, are interpreted.
Task
Update the installation command so it uses quotes (e.g.,
pip install "dlt[duckdb]"
):Relevant Issues
The text was updated successfully, but these errors were encountered: