dlt.extract.resource
with_table_name
def with_table_name(item: TDataItems, table_name: str) -> DataItemWithMeta
Marks item to be dispatched to table table_name when yielded from resource function.
with_hints
def with_hints(item: TDataItems,
hints: TResourceHints = None,
create_table_variant: bool = False) -> DataItemWithMeta
Marks item to update the resource with specified hints.
Will create a separate variant of hints for a table if name is provided in hints and create_table_variant is set.
Create TResourceHints with make_hints.
Setting table_name will dispatch the item to a specified table, like with_table_name