We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a9c13 commit ae885a2Copy full SHA for ae885a2
flowmachine/flowmachine/features/utilities/events_tables_union.py
@@ -5,10 +5,9 @@
5
6
import structlog
7
import warnings
8
-from typing import List, Union, Optional
+from typing import List, Union
9
10
from ...core import Query
11
-from ...core.context import get_db
12
from ...core.errors import MissingDateError
13
from .event_table_subset import EventTableSubset
14
from flowmachine.utils import standardise_date
@@ -72,6 +71,7 @@ def __init__(
72
71
tables=self.tables,
73
start=self.start,
74
stop=self.stop,
+ columns=columns,
75
hours=hours,
76
subscriber_subset=subscriber_subset,
77
subscriber_identifier=subscriber_identifier,
0 commit comments