Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(bigquery): update code samples to use strings for table and dataset IDs #9136

Merged
merged 87 commits into from
Oct 15, 2019

Commits on Aug 9, 2019

  1. Merge pull request #26 from googleapis/master

    sync forks
    mf2199 committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    6b3a2a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c6d7b4 View commit details
    Browse the repository at this point in the history
  3. list_datasets_by_label

    *.rst    +
    *.py    +
    test    +
    conf   +
    emar-kar committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    377310c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    5ce976f View commit details
    Browse the repository at this point in the history
  2. manage_dataset_labels

    Methods were divided into 3 files:
    - add label
    - get labels
    - delete labels
    
    *.rst - docs updated
    tests passed successfully
    emar-kar committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    a7b2376 View commit details
    Browse the repository at this point in the history
  3. add_empty_column

    emar-kar committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0de5d8b View commit details
    Browse the repository at this point in the history
  4. browse_table_data

    emar-kar committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    5e05cd8 View commit details
    Browse the repository at this point in the history
  5. dataset_exists

    emar-kar committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    f6b60a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a773251 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    8375877 View commit details
    Browse the repository at this point in the history
  2. five updated snippets

    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    a0792bd View commit details
    Browse the repository at this point in the history
  3. Update datasets.rst

    minor corrections, 'dataset_exists' moved to the 'Getting a Dataset' section
    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    95dc8f8 View commit details
    Browse the repository at this point in the history
  4. cosmetic chgs

    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    cf7576e View commit details
    Browse the repository at this point in the history
  5. client_list_jobs

    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    0645e33 View commit details
    Browse the repository at this point in the history
  6. client_query

    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    92efd59 View commit details
    Browse the repository at this point in the history
  7. copy_table

    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    1814821 View commit details
    Browse the repository at this point in the history
  8. cosmetic chgs

    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    a31bc1f View commit details
    Browse the repository at this point in the history
  9. Update datasets.rst

    minor corrections, 'dataset_exists' moved to the 'Getting a Dataset' section
    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    725c515 View commit details
    Browse the repository at this point in the history
  10. cosmetic chgs

    grammar fix
    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    6ffc123 View commit details
    Browse the repository at this point in the history
  11. cosmetic chgs

    grammar fix
    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    5654dcd View commit details
    Browse the repository at this point in the history
  12. table_exists

    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    2ff376c View commit details
    Browse the repository at this point in the history
  13. Update test_copy_table.py

    minor corrections, removed extra comments
    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    948ddb5 View commit details
    Browse the repository at this point in the history
  14. Update test_table_exists.py

    minor corrections, removed extra comments
    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    e8d62c4 View commit details
    Browse the repository at this point in the history
  15. Update snippets.py

    deleted 'dataset_exists' and 'table_exists' methods
    emar-kar committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    28251ec View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. update client_list_jobs

    Added additional asserts into the test + refactoring of the main file.
    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    ad623ba View commit details
    Browse the repository at this point in the history
  2. table_insert_rows

    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    ec67aee View commit details
    Browse the repository at this point in the history
  3. Update client_query.py

    cosmetic chgs by 'black'
    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    c8c0f70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42204ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4dade6 View commit details
    Browse the repository at this point in the history
  6. update client_query

    Chged an assertion parameter
    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    febfa11 View commit details
    Browse the repository at this point in the history
  7. five updated snippets

    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    c66ba4b View commit details
    Browse the repository at this point in the history
  8. *.rst files correction

    Deleted extra 'samples/'
    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    0e7ccf5 View commit details
    Browse the repository at this point in the history
  9. Update tables.rst

    Deleted extra 'samples/'
    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    d5ab15d View commit details
    Browse the repository at this point in the history
  10. update copy_table

    chged assert implementation
    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    7704ad3 View commit details
    Browse the repository at this point in the history
  11. update first-five

    chged quotes + added dots
    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    6dd1174 View commit details
    Browse the repository at this point in the history
  12. update second-five

    chged quotes + added dots
    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    50c4aed View commit details
    Browse the repository at this point in the history
  13. Update test_dataset_exists.py

    import updates
    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    7a654c3 View commit details
    Browse the repository at this point in the history
  14. update imports

    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    8e26115 View commit details
    Browse the repository at this point in the history
  15. update list_datasets_by_label

    Chged assertion unit
    emar-kar committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    0cf0071 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Update test_browse_table_data.py

    corrected the test asserts
    emar-kar committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    f602e3f View commit details
    Browse the repository at this point in the history
  2. The update of the first-five according to the requested chgs

    * deleted unnecessary schema (add_empty_column)
    * added 'get_dataset' method to check that dataset actually was updated (label_dataset & delete_dataset_labels)
    * chged name of the fixture on more suitable (conftest & test_delete_dataset_labels & test_get_dataset_labels & list_datasets_by_label)
    * deleted unnecessary 'labels' variable (test_label_dataset)
    emar-kar committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    0bf9aab View commit details
    Browse the repository at this point in the history
  3. snippets file reformatted

    emar-kar committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    2e50a81 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Update tables.rst

    emar-kar committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    9e77624 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. update_client_query

    * refigured the condition when printing results
    emar-kar committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    7d99673 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. update manage_dataset_labels

    emar-kar committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    e37f5a2 View commit details
    Browse the repository at this point in the history
  2. update browse_table_data

    emar-kar committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    af27c29 View commit details
    Browse the repository at this point in the history
  3. deleted extra spaces

    emar-kar committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    47ee156 View commit details
    Browse the repository at this point in the history
  4. update import settings

    emar-kar committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    b78f6c9 View commit details
    Browse the repository at this point in the history
  5. reformate samples/

    emar-kar committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    6ee351e View commit details
    Browse the repository at this point in the history
  6. general update second five

    emar-kar committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    9a65dae View commit details
    Browse the repository at this point in the history
  7. five updated snippets

    emar-kar committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    0913f6a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. minor update

    * rewrote table_with_data_id fixture
    * removed extra "# API request"
    emar-kar committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    14757f6 View commit details
    Browse the repository at this point in the history
  2. cosmetic chgs

    emar-kar committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    9941957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ca71e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd78ed2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cc5661 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e42411 View commit details
    Browse the repository at this point in the history
  7. Update tables.rst

    emar-kar committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    056f357 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70c032f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. update delete_dataset_labels

    emar-kar committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    cde3e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d3c1aa View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    99a5bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ba305b View commit details
    Browse the repository at this point in the history
  3. Update conftest.py

    emar-kar committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    f3607c1 View commit details
    Browse the repository at this point in the history
  4. update test files

    emar-kar committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1040fba View commit details
    Browse the repository at this point in the history
  5. cosmetic chgs

    emar-kar committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    edac824 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    ea94915 View commit details
    Browse the repository at this point in the history
  2. Update test_table_exists.py

    emar-kar committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    92fca34 View commit details
    Browse the repository at this point in the history
  3. cosmetic chgs

    emar-kar committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    17fb644 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dfcc3d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    c4e3f7c View commit details
    Browse the repository at this point in the history
  2. cosmetic chgs

    emar-kar committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    902fdd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    2483f55 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    df4f6c1 View commit details
    Browse the repository at this point in the history
  2. update client_list_jobs

    * fixed assertion error by removing incorrect assertion statements.
    emar-kar committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    ccf3dcd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    b87e7d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. cosmetic update

    emar-kar committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    150bcf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. comments rephrasing

    emar-kar committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    ab504bf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    176395e View commit details
    Browse the repository at this point in the history
  2. updated as requested

    - copy_table
    - client_query
    - test_copy_table
    - test_client_query
    emar-kar committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    e67d172 View commit details
    Browse the repository at this point in the history
  3. comment lines update

    emar-kar committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    da4a2bc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. lint fix

    emar-kar committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    8852951 View commit details
    Browse the repository at this point in the history
  2. comments update

    emar-kar committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    6d533b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    327373c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55f698 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. revert commit with -s

    emar-kar committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    ef884b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. delete -s from comment lines

    emar-kar committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    50394cd View commit details
    Browse the repository at this point in the history