Fix event explore naming
This commit is contained in:
Родитель
6f651a48dc
Коммит
793b3c92a1
|
@ -50,7 +50,7 @@ class EventsExplore(Explore):
|
|||
self, client: bigquery.Client, v1_name: Optional[str], data: Dict = {}
|
||||
) -> List[Dict[str, Any]]:
|
||||
lookml = {
|
||||
"name": "event_counts",
|
||||
"name": self.name,
|
||||
"view_name": self.views["base_view"],
|
||||
"description": "Event counts over time.",
|
||||
"queries": deepcopy(EventsExplore.queries),
|
||||
|
|
|
@ -170,7 +170,7 @@ def test_view_lookml(events_view):
|
|||
def test_explore_lookml(events_explore):
|
||||
expected = [
|
||||
{
|
||||
"name": "event_counts",
|
||||
"name": "events",
|
||||
"view_name": "events",
|
||||
"description": "Event counts over time.",
|
||||
"always_filter": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче