snowflake.core.dynamic_table¶

Manages Snowflake dynamic table.

Classes

DynamicTableResource(name, collection_class)

Represents a reference to a Snowflake dynamic table.

DynamicTableCollection(schema)

Represents the collection operations on the Snowflake Dynamic Table resource.

DownstreamLag()

A model object representing the DownstreamLag resource.

DynamicTable(*, name[, kind, columns, ...])

A model object representing the DynamicTable resource.

DynamicTableClone(*, name[, target_lag, ...])

A model object representing the DynamicTableClone resource.

DynamicTableColumn(*, name[, datatype, comment])

A model object representing the DynamicTableColumn resource.

ErrorResponse(*[, message, code, ...])

A model object representing the ErrorResponse resource.

PointOfTime(*[, reference])

A model object representing the PointOfTime resource.

PointOfTimeOffset(*[, reference, offset])

A model object representing the PointOfTimeOffset resource.

PointOfTimeStatement(*[, reference, statement])

A model object representing the PointOfTimeStatement resource.

PointOfTimeTimestamp(*[, reference, timestamp])

A model object representing the PointOfTimeTimestamp resource.

SuccessAcceptedResponse(*[, code, message, ...])

A model object representing the SuccessAcceptedResponse resource.

SuccessResponse(*[, status])

A model object representing the SuccessResponse resource.

TargetLag()

A model object representing the TargetLag resource.

UserDefinedLag(*, seconds)

A model object representing the UserDefinedLag resource.