generator/views/glean_ping_view.py [210:215]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        [project, dataset, table] = table.split(".")
        table_schema = dryrun.create(
            project=project,
            dataset=dataset,
            table=table,
        ).get_table_schema()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



generator/views/lookml_utils.py [163:168]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    [project, dataset, table] = table.split(".")
    table_schema = dryrun.create(
        project=project,
        dataset=dataset,
        table=table,
    ).get_table_schema()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



