f83bb369fe8c6da157ca47804eb056b81faf0d10,bigquery/cloud-client/authorized_view_tutorial_test.py,,test_authorized_view_tutorial,#Any#Any#,39

Before Change


def test_authorized_view_tutorial(client, to_delete):
    source_dataset, shared_dataset = (
        authorized_view_tutorial.run_authorized_view_tutorial())
    to_delete.extend([source_dataset, shared_dataset])

    analyst_email = "example-analyst-group@google.com"
    analyst_entries = [entry for entry in shared_dataset.access_entries

After Change




def test_authorized_view_tutorial(client, to_delete):
    source_dataset_ref = client.dataset("github_source_data")
    shared_dataset_ref = client.dataset("shared_views")
    to_delete.extend([source_dataset_ref, shared_dataset_ref])

    authorized_view_tutorial.run_authorized_view_tutorial()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: f83bb369fe8c6da157ca47804eb056b81faf0d10
Time: 2018-07-17
Author: ajhamilton@google.com
File Name: bigquery/cloud-client/authorized_view_tutorial_test.py
Class Name:
Method Name: test_authorized_view_tutorial


Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: f83bb369fe8c6da157ca47804eb056b81faf0d10
Time: 2018-07-17
Author: ajhamilton@google.com
File Name: bigquery/cloud-client/authorized_view_tutorial_test.py
Class Name:
Method Name: test_authorized_view_tutorial


Project Name: pytorch/fairseq
Commit Name: ff68a9ef501e7286501dba1719024dfaaab4b473
Time: 2018-06-15
Author: myleott@fb.com
File Name: eval_lm.py
Class Name:
Method Name: main