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

Docs: Cassandra data source documentation #218

@scsmithr

Description

@scsmithr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docs 📝Issues or pull requests that update documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions