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

Docs: Cassandra data source documentation #218

Open
scsmithr opened this issue Jan 9, 2024 · 0 comments
Open

Docs: Cassandra data source documentation #218

scsmithr opened this issue Jan 9, 2024 · 0 comments
Labels
docs 📝 Issues or pull requests that update documentation

Comments

@scsmithr
Copy link
Member

scsmithr commented Jan 9, 2024

Description

External table:

CREATE EXTERNAL TABLE basic
	FROM cassandra
	OPTIONS (
		host = 'my.host',
		keyspace = 'test',
		table = 'bikeshare_stations'
	);

External db:

CREATE EXTERNAL DATABASE db
	FROM CASSANDRA
	OPTIONS (
		HOST = 'my.host',
	);

And read_cassandra.

@scsmithr scsmithr added the docs 📝 Issues or pull requests that update documentation label Jan 9, 2024
@scsmithr scsmithr mentioned this issue Jan 9, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 📝 Issues or pull requests that update documentation
Projects
None yet
Development

No branches or pull requests

1 participant