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

Support Flink SQL DDL #3

Closed
knaufk opened this issue Jun 7, 2020 · 0 comments
Closed

Support Flink SQL DDL #3

knaufk opened this issue Jun 7, 2020 · 0 comments

Comments

@knaufk
Copy link
Contributor

knaufk commented Jun 7, 2020

I can execute a Flink SQL DDL statement in a Jupyter Notebook cell.

  • Supported

    • SHOW TABLES
    • SHOW FUNCTION
    • CREATE/ALTER/DROP FUNCTION
    • CREATE/ALTER DROP TABLE
    • DESCRIBE
  • Not supported (example)

    • CREATE TEMPORARY TABLE|VIEW
  • On success, the result is displayed in Jupyter Notebook.

  • On error, the error message is displayed in Jupyter Notebook.

Something like:

%%flink-sql

SHOW TABLES

Table Name
Test1
Test2

@knaufk knaufk changed the title Support DDL Support Flink DDL Jun 7, 2020
@knaufk knaufk changed the title Support Flink DDL Support Flink SQL DDL Jun 7, 2020
duresmeois added a commit that referenced this issue Jun 16, 2020
@duresmeois duresmeois mentioned this issue Jun 18, 2020
duresmeois added a commit that referenced this issue Jun 18, 2020
duresmeois added a commit that referenced this issue Jun 18, 2020
duresmeois added a commit that referenced this issue Jun 18, 2020
duresmeois added a commit that referenced this issue Jun 18, 2020
duresmeois added a commit that referenced this issue Jun 18, 2020
duresmeois added a commit that referenced this issue Jun 22, 2020
duresmeois added a commit that referenced this issue Jun 22, 2020
#3 Fix integration tests to assert on the data frame.
duresmeois added a commit that referenced this issue Jun 22, 2020
duresmeois added a commit that referenced this issue Jun 22, 2020
michaelpisula pushed a commit that referenced this issue Jun 22, 2020
michaelpisula pushed a commit that referenced this issue Jun 22, 2020
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

No branches or pull requests

2 participants