ClickHouse / ClickHouse/ClickHouse
Variable substitution for named connections
Open
comp-config
external
feature
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
Can we get variable substitution (smth like 'test {test_var}'.format(test_var = 'qwe') at python) for named connections
For example, right now i need to create separate connections for every URL with same pattern.
I suggest something like this
```
http://myurl.com/{YYYYMMDD}/mydata.csv
```
And use like this for example
`select * from url(my_connection, YYYYMMDD = '20220101')`
Contributor guide
Assessment
This issue has not been assessed yet.