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

[Clickhouse] [Feature Request] SQL editor autocomplete for functions and args #15477

Closed
asafcombo opened this issue Jun 30, 2021 · 1 comment · Fixed by #16234
Closed

[Clickhouse] [Feature Request] SQL editor autocomplete for functions and args #15477

asafcombo opened this issue Jun 30, 2021 · 1 comment · Fixed by #16234
Labels
data:connect:clickhouse Related to Clickhouse enhancement:request Enhancement request submitted by anyone from the community

Comments

@asafcombo
Copy link

I saw that this is currently only supported in hive connections (see below for reference).

This feature is important for data exploration purposes

def get_function_names(cls, database: "Database") -> List[str]:

@junlincc junlincc added enhancement:request Enhancement request submitted by anyone from the community data:connect:clickhouse Related to Clickhouse labels Jul 1, 2021
@junlincc
Copy link
Member

junlincc commented Jul 1, 2021

@asafcombo we would love a contribution from the community 🙏😬

@junlincc junlincc closed this as completed Jul 1, 2021
Slach added a commit to Altinity/superset that referenced this issue Aug 20, 2021
Slach added a commit to Altinity/superset that referenced this issue Aug 20, 2021
…he#15477

fix review comments apache#16234 (comment)

Signed-off-by: Slach <bloodjazman@gmail.com>
zhaoyongjie pushed a commit that referenced this issue Aug 26, 2021
…6234)

* add function list to auto-complete to Clickhouse datasource, fix #15477

Signed-off-by: Slach <bloodjazman@gmail.com>

* add function list to auto-complete to Clickhouse datasource, fix #15477
fix review comments #16234 (comment)

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix CI/CD https://github.com/apache/superset/pull/16234/checks?check_run_id=3396235776 and https://github.com/apache/superset/pull/16234/checks?check_run_id=3396235707

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix black formatting

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix isort pre-commit hook

Signed-off-by: Slach <bloodjazman@gmail.com>
opus-42 pushed a commit to opus-42/incubator-superset that referenced this issue Nov 14, 2021
…ache#16234)

* add function list to auto-complete to Clickhouse datasource, fix apache#15477

Signed-off-by: Slach <bloodjazman@gmail.com>

* add function list to auto-complete to Clickhouse datasource, fix apache#15477
fix review comments apache#16234 (comment)

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix CI/CD https://github.com/apache/superset/pull/16234/checks?check_run_id=3396235776 and https://github.com/apache/superset/pull/16234/checks?check_run_id=3396235707

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix black formatting

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix isort pre-commit hook

Signed-off-by: Slach <bloodjazman@gmail.com>
QAlexBall pushed a commit to QAlexBall/superset that referenced this issue Dec 28, 2021
…ache#16234)

* add function list to auto-complete to Clickhouse datasource, fix apache#15477

Signed-off-by: Slach <bloodjazman@gmail.com>

* add function list to auto-complete to Clickhouse datasource, fix apache#15477
fix review comments apache#16234 (comment)

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix CI/CD https://github.com/apache/superset/pull/16234/checks?check_run_id=3396235776 and https://github.com/apache/superset/pull/16234/checks?check_run_id=3396235707

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix black formatting

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix isort pre-commit hook

Signed-off-by: Slach <bloodjazman@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:connect:clickhouse Related to Clickhouse enhancement:request Enhancement request submitted by anyone from the community
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants