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

Use new connector properties in README #15

Open
fpompermaier opened this issue Apr 27, 2021 · 1 comment
Open

Use new connector properties in README #15

fpompermaier opened this issue Apr 27, 2021 · 1 comment

Comments

@fpompermaier
Copy link

The example in the README file use the "legacy" connector properties (e.g. 'connector.type' vs 'connector').
In order to avoid using deprecated properties it would be nice to update those properties to the new ones.

@fpompermaier
Copy link
Author

Actually if I use this CREATE TABLE (that use the new connector properties) nothing is returned by the SELECT statement:

CREATE TABLE T (
  a INT,
  b VARCHAR(10)
) WITH (
   'connector' = 'filesystem',
   'path' = 'file:///tmp/test.csv',
   'format' = 'csv'
)

What is wrong here?

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

1 participant