AWSGlue
classView source ↗
class AWSGlue(
definition: dict,
tables: str | list[str],
auto_create_at: list[str | None] | str | None = None,
if_table_exists: IfTableExistStrategySpec = 'append',
partitioned_table: bool = False,
schema_strategy: SchemaStrategySpec = 'update',
s3_credentials: S3Credentials = None,
s3_region: str = None,
**kwargs,
)
Bases: Catalog
Categories: configuration
Properties
property
auto_create_atlist[str | None]property
definitiondictproperty
if_table_existsIfTableExistStrategySpecstr: The strategy to follow when the table already exists.
property
partitioned_tableboolWhether the table is partitioned or not.
property
s3_credentialsS3Credentials | Noneproperty
s3_regionstr | Nonestr: The region where the S3 bucket is located.
property
schema_strategySchemaStrategySpecstr: The strategy to follow when appending to a table with an existing schema.
property
tableslist[str]