-
Notifications
You must be signed in to change notification settings - Fork 784
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
feat: Workflow refactoring, only async #2878
Open
Matvey-Kuk
wants to merge
75
commits into
main
Choose a base branch
from
Matvey-Kuk/workflow-refactoring-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 68 commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
48b60c8
feat: Workflow refactoring, only async
Matvey-Kuk 317c9d3
Fix
Matvey-Kuk c363c08
Fix imports
Matvey-Kuk 1068568
Fix
Matvey-Kuk 8a251b5
Async connection string
Matvey-Kuk fb56fdd
aiosqlite
Matvey-Kuk 779b69b
poetry.lock
Matvey-Kuk a2b8de2
Fix docs
Matvey-Kuk f19aa04
fix
Matvey-Kuk 6ea1a77
Fix docs
Matvey-Kuk 8e2701e
fix tests
Matvey-Kuk 995d1e9
Tests
Matvey-Kuk dcd7216
So...
Matvey-Kuk fafba1a
Merge branch 'main' into Matvey-Kuk/workflow-refactoring-v2
Matvey-Kuk ce6f807
Fix tests
Matvey-Kuk be41f41
Merge branch 'main' into Matvey-Kuk/workflow-refactoring-v2
Matvey-Kuk 077fb52
asyncio_default_fixture_loop_scope
Matvey-Kuk 84028ed
Fix
Matvey-Kuk f210edf
Merge branch 'main' into Matvey-Kuk/workflow-refactoring-v2
Matvey-Kuk 5810e9c
Session...
Matvey-Kuk e1bac08
Fix
Matvey-Kuk 956d5f8
@pytest.mark.asyncio
Matvey-Kuk 3db5d51
function
Matvey-Kuk 881e5cf
mock_session.db_session = db_session
Matvey-Kuk 87ad9f6
Unbelievable
Matvey-Kuk da66c68
fix more
Matvey-Kuk f82b86b
More fixes.
Matvey-Kuk 8be0a68
All???!!
Matvey-Kuk aeef731
FIx.
Matvey-Kuk 0f9f092
Fix
Matvey-Kuk 0811007
Fix?
Matvey-Kuk 18c297b
Fix?
Matvey-Kuk 182933b
Fix
Matvey-Kuk a7e7dca
Please?
Matvey-Kuk 294da80
Fix?
Matvey-Kuk 8629ed6
Fix?
Matvey-Kuk 7e9f104
Fix
Matvey-Kuk be5e818
No "api-ref/root",
Matvey-Kuk a3adc06
Skip?
Matvey-Kuk fd74522
More timeout?
Matvey-Kuk 361465e
fix
Matvey-Kuk 2b66a89
Fix
Matvey-Kuk 0f38b77
60 sec?
Matvey-Kuk 9528c9f
Meow
Matvey-Kuk 33b89a5
Fix
Matvey-Kuk 7edae22
Un-skip
Matvey-Kuk 7c0a54a
Fix
Matvey-Kuk 8a63919
Fix?
Matvey-Kuk aa67e52
Fix?
Matvey-Kuk 06e3fdb
Fix
Matvey-Kuk 177800d
Docs
Matvey-Kuk 3331e14
Lock
Matvey-Kuk 802e22c
Fix
Matvey-Kuk 1db3309
Fix
Matvey-Kuk ae82b42
Fix
Matvey-Kuk e3c8dff
fix
Matvey-Kuk 9655032
Fix
Matvey-Kuk e278dbb
lock
Matvey-Kuk e4e00cf
Fix
Matvey-Kuk c1bb9bb
Fix
Matvey-Kuk 57edee7
Sync back
Matvey-Kuk 80fe298
Extra import
Matvey-Kuk 7a819e1
Vladimir's fix
Matvey-Kuk 8522df9
Merge branch 'main' into Matvey-Kuk/workflow-refactoring-v2
Matvey-Kuk 2663341
Fix
Matvey-Kuk 42abec3
poetry lock
Matvey-Kuk 7efd63d
Fix
Matvey-Kuk 78ec00b
Polishing
Matvey-Kuk d42a1ee
Fix
Matvey-Kuk 1c1da2f
Merge branch 'main' into Matvey-Kuk/workflow-refactoring-v2
Matvey-Kuk 62f1ad9
Merge branch 'main' into Matvey-Kuk/workflow-refactoring-v2
Matvey-Kuk efbbb0e
Fix
Matvey-Kuk 5e5bd2c
Fix
Matvey-Kuk 0554ab8
Fix
Matvey-Kuk daca2e9
Fix
Matvey-Kuk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: 'ClickHouse HTTP' | ||
sidebarTitle: 'ClickHouse HTTP Provider' | ||
description: 'ClickHouse HTTP provider allows you to interact with ClickHouse database.' | ||
--- | ||
|
||
This provider is an async (more performant) analog of [clickhouse-provider](providers/documentation/clickhouse-provider.mdx). It's using HTTP protocol to interact to the Clickhouse. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving timeout to the pyproject.toml