Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docs 📝 Issues or pull requests that update documentation
Projects
None yet
Development

No branches or pull requests

1 participant