Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.orbitra.atomo.ai/llms.txt

Use this file to discover all available pages before exploring further.

orbitra.lake.models.overwrite_table_data_response

Classes

OverwriteTableDataResponse

Response DTO for overwriting partitions in a table. Attributes:
  • modified_partitions: List of partition tuples that were modified during the overwrite operation.
  • inserted_rows: The number of rows that were inserted as part of the overwrite operation.
  • operation_id: A unique id for the overwrite operation, useful for tracking and logging purposes.

OverwriteDataByCustomColumnsResponse

Response DTO for overwriting data in a table by custom columns. Attributes:
  • modified_custom_values: List of custom value tuples that were modified during the overwrite operation.
  • inserted_rows: The number of rows that were inserted as part of the overwrite operation.
  • operation_id: A unique id for the overwrite operation, useful for tracking and logging purposes.

AppendTableDataResponse

Response DTO for appending data to a table. Attributes:
  • inserted_rows: The number of rows appended.
  • operation_id: A unique id for the append operation, useful for tracking and logging purposes.