gooddata_sdk.catalog.data_source.entity_model.data_source

Functions

db_attrs_with_template(instance, *args)

Classes

CatalogDataSource(*, id, name, type, schema)

CatalogDataSourceBase(*, id, name, type, schema)

CatalogDataSourceBigQuery(*, id, name, schema)

CatalogDataSourceGreenplum(*, id, name, schema)

CatalogDataSourcePostgres(*, id, name, schema)

CatalogDataSourceRedshift(*, id, name, schema)

CatalogDataSourceSnowflake(*, id, name, schema)

CatalogDataSourceVertica(*, id, name, schema)

DatabaseAttributes()

GreenplumAttributes(*, host, db_name[, port])

PostgresAttributes(*, host, db_name[, port])

RedshiftAttributes(*, host, db_name[, port])

SnowflakeAttributes(*, account, warehouse, ...)

VerticaAttributes(*, host, db_name[, port])