traveler.core.store.AbstractStore.push_down_on#

AbstractStore.push_down_on(on, *attrs)[source]#

Push down attributes to a specific table in the store.

Parameters:
  • on (str) – The name of the table to push down attributes to.

  • *attrs (str) – The names of the attributes to push down.

Returns:

A new instance of the store with the attributes pushed down.

Return type:

AbstractStore