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

disable qdrant example test and fix snippet errors #1339

Merged
merged 2 commits into from
May 8, 2024

Conversation

sh-rp
Copy link
Collaborator

@sh-rp sh-rp commented May 8, 2024

Description

Disables failing qdrant example test and fixes some linter errors on snippets

@sh-rp sh-rp marked this pull request as ready for review May 8, 2024 08:35
Copy link

netlify bot commented May 8, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit 5c979b1
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/663b47eb148fdc000870f9c4
😎 Deploy Preview https://deploy-preview-1339--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -58,7 +58,7 @@ from dlt.sources.helpers.rest_client.paginators import JSONResponsePaginator

github_client = RESTClient(
base_url="https://pokeapi.co/api/v2",
paginator=JSONResponsePaginator(next_url_path="next") # (1)
paginator=JSONResponsePaginator(next_url_path="next"), # (1)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice catch :)

@@ -191,7 +191,7 @@ E.g. `https://api.example.com/items?offset=0&limit=100`, `https://api.example.co

```json
{
"items": [...],
"items": ["one", "two", "three"],
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is there a way to leave ellipsis?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it does not pass json parsing that way.. we can mark the block as text (which will disabled syntax highlighting) or write something like [{}, {}, {}].

Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's use the strings then

@sh-rp sh-rp merged commit dd3ae4b into devel May 8, 2024
41 checks passed
@rudolfix rudolfix deleted the fix/re-enable-snippet-linting branch May 17, 2024 19:29
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