예제 #1
0
def update_data_with_partitioned_dml(capsys, instance_id, sample_database):
    snippets.update_data_with_partitioned_dml(instance_id,
                                              sample_database.database_id)
    out, _ = capsys.readouterr()
    assert "3 record(s) updated" in out
예제 #2
0
def update_data_with_partitioned_dml(capsys):
    snippets.update_data_with_partitioned_dml(INSTANCE_ID, DATABASE_ID)
    out, _ = capsys.readouterr()
    assert "3 record(s) updated" in out
def update_data_with_partitioned_dml(capsys):
    snippets.update_data_with_partitioned_dml(INSTANCE_ID, DATABASE_ID)
    out, _ = capsys.readouterr()
    assert "3 record(s) updated" in out