Add combining http parameters with queries, new handler for accessing tables as files #64336
Add combining http parameters with queries, new handler for accessing tables as files #64336nooblose wants to merge 7 commits intoClickHouse:masterfrom
Conversation
|
? |
No need to look at this pull request yet )) |
|
This is an automatic comment. The PR descriptions does not match the template. Please, edit it accordingly. The error is: More than one changelog category specified: 'New Feature', 'Improvement' |
|
This is an automatic comment. The PR descriptions does not match the template. Please, edit it accordingly. The error is: Changelog entry required for category 'New Feature' |
2 similar comments
|
This is an automatic comment. The PR descriptions does not match the template. Please, edit it accordingly. The error is: Changelog entry required for category 'New Feature' |
|
This is an automatic comment. The PR descriptions does not match the template. Please, edit it accordingly. The error is: Changelog entry required for category 'New Feature' |
|
@rschu1ze, now there is some sense in starting to look... |
|
Any chance we can start testing this? I would love it for sharing some data with collaborators. |
|
I want this feature - it will be very handy! But this PR is abandoned, and we should finish it first. |
|
Dear @nooblose, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message. |
1 similar comment
|
Dear @nooblose, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message. |
|
Dear @nooblose, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message. |
5 similar comments
|
Dear @nooblose, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message. |
|
Dear @nooblose, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message. |
|
Dear @nooblose, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message. |
|
Dear @nooblose, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message. |
|
Dear @nooblose, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message. |
|
Dear @nooblose, this PR hasn't been updated for a while. Will you continue working on it? If not, please close it. Otherwise, ignore this message. |
Changelog category:
Changelog entry:
Added a new handler with
tabularprefix, which supports accessing tables as files. The URL path contains the name of the database, tables, and an optional formatAdded combining HTTP requests with query parameters such as
where,select, etcAdded new parameter
execute, which indicates whether the request should be executed or returned in text formatDocumentation entry for user-facing changes
Queries like
tabular/database/table.csvare now supported, which are equal to the SQL querySELECT * FROM database.table FORMAT CSVAdditional parameters can be specified in the path, such as
select,columns,where,order, which are combined with the query. For exampletabular/table?columns=a,b&where=a>1&order=a ASC, b DESCis equel toSELECT a,b FROM table WHERE a > 1 ORDER BY a ASC, b DESC.Also support column names in query as filters (only
=and>=/<=operations) like?a=2&b<=3&c>=5Resolves #46925
CI Settings
NOTE: If your merge the PR with modified CI you MUST KNOW what you are doing
NOTE: Checked options will be applied if set before CI RunConfig/PrepareRunConfig step
Run these jobs only (required builds will be added automatically):
Deny these jobs:
Extra options:
Only specified batches in multi-batch jobs: