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

[FEATURE] Enable Expectations tests for BigQuery #3219

Merged

Commits on Jul 30, 2021

  1. first push of somewhat hacky fix

    Shinnnyshinshin committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    184c04f View commit details
    Browse the repository at this point in the history
  2. Merged in my work from https://github.com/great-expectations/great_ex… (

    #3158)
    
    * Merged in my work from #3135:
    
    1. added documentation
    2. using helper function _create_bigquery_engine with gcp project environment variable
    3. added bigquery specific list in candidate_test_is_on_temporary_notimplemented_list_cfe
    4. removed bigquery specific test files, so we can just use the already existing ones (along with bigquery specific notimplemented list per #3)
    
    * enabled the expect_column_values_to_be_unique test, which passes now with Will's changes
    jdimatteo committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    25a008f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Improve documentation for running locally (#3160)

    Add content on table expiration
    jdimatteo committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    1b73b96 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Update util.py

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    7223884 View commit details
    Browse the repository at this point in the history
  2. run all

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    5a21fe6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into working-branch/enable-bigquery-flag

    * develop:
      [DOCS] Apply Docusaurus tabs to relevant pages in new docs
      [FEATURE] Implement MulticolumnMapExpectation class (#3134)
      [FEATURE] add python3.9 to python versions (#3143)
      [FEATURE]/MER-16/MER-75/add_route_for_validation_result (#3090)
      [BUGFIX] Enable `--v3-api suite edit` to proceed without selecting DataConnectors (#3165)
      Error messages must be friendly. (#3171)
      [FEATURE] Implement the MulticolumnSumEqual Metric for PandasExecutionEngine (#3130)
      [BUGFIX] allow reader_options in the CLI so can read `.csv.gz` files (#2695)
      [BUGFIX] Fix error when `RuntimeBatchRequest` is passed to `SimpleCheckpoint` with `RuntimeDataConnector` (#3152)
      [FEATURE] Enable BigQuery tests for Azure CI/CD (#3155)
      [MAINTENANCE] Improve Coding Practices in "great_expectations/expectations/expectation.py" (#3151)
      [BUGFIX] Snowflake connections are closed correctly by DOCS tests  (#3104)
      PMrelease-prep-20201-07-29 (#3144)
      [MAINTENANCE] Adhere to formalism: Use the defined Enum types for domain_type specification, and string key names for domain keys (#3146)
    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    5798fef View commit details
    Browse the repository at this point in the history
  4. added azure cloud db integration

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    3c86f6c View commit details
    Browse the repository at this point in the history
  5. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    375462e View commit details
    Browse the repository at this point in the history
  6. lint

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    1328ed0 View commit details
    Browse the repository at this point in the history
  7. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d069670 View commit details
    Browse the repository at this point in the history
  8. update pipeline

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    21b3083 View commit details
    Browse the repository at this point in the history
  9. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    10537f5 View commit details
    Browse the repository at this point in the history
  10. Update util.py

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    667294f View commit details
    Browse the repository at this point in the history
  11. remove spaces from schema and columns

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    cfc9ca7 View commit details
    Browse the repository at this point in the history
  12. linted

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    7b2dd0b View commit details
    Browse the repository at this point in the history
  13. debug question

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    477887d View commit details
    Browse the repository at this point in the history
  14. Update util.py

    Shinnnyshinshin committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    6cf890a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. some debugging messages

    Shinnnyshinshin committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    6c4a2fd View commit details
    Browse the repository at this point in the history
  2. Update util.py

    Shinnnyshinshin committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    7a6907e View commit details
    Browse the repository at this point in the history
  3. better error messages

    Shinnnyshinshin committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c56964e View commit details
    Browse the repository at this point in the history
  4. oops

    Shinnnyshinshin committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    555fc5a View commit details
    Browse the repository at this point in the history
  5. more checks

    Shinnnyshinshin committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    4cc425e View commit details
    Browse the repository at this point in the history
  6. Update util.py

    Shinnnyshinshin committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    afc77c5 View commit details
    Browse the repository at this point in the history
  7. adding more to list

    Shinnnyshinshin committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    1e7a0b3 View commit details
    Browse the repository at this point in the history
  8. Update util.py

    Shinnnyshinshin committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ce7ff46 View commit details
    Browse the repository at this point in the history
  9. Revert "Update util.py"

    This reverts commit ce7ff46.
    Shinnnyshinshin committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    d56858e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. normal expectations now run

    Shinnnyshinshin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    4976ed6 View commit details
    Browse the repository at this point in the history
  2. old expectation tests and linting

    Shinnnyshinshin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    9b36b6e View commit details
    Browse the repository at this point in the history
  3. linted and old expectations

    Shinnnyshinshin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    a24bc9c View commit details
    Browse the repository at this point in the history
  4. Update test_expectations.py

    Shinnnyshinshin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    f423665 View commit details
    Browse the repository at this point in the history
  5. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    601f438 View commit details
    Browse the repository at this point in the history
  6. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    88c5208 View commit details
    Browse the repository at this point in the history
  7. push with filtered list

    Shinnnyshinshin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    bd88211 View commit details
    Browse the repository at this point in the history
  8. Update test_expectations_cfe.py

    Shinnnyshinshin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    ea3d55a View commit details
    Browse the repository at this point in the history
  9. Update test_expectations.py

    Shinnnyshinshin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    eb313d2 View commit details
    Browse the repository at this point in the history
  10. making sure the tests run

    Shinnnyshinshin committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    b34a0e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. pushing to run tests on Azure

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    649c643 View commit details
    Browse the repository at this point in the history
  2. pushing

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    b85e103 View commit details
    Browse the repository at this point in the history
  3. Update test_expectations.py

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    f2cba33 View commit details
    Browse the repository at this point in the history
  4. column_distributional_expectations

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    de81bbc View commit details
    Browse the repository at this point in the history
  5. column_map_expectations

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    5ed0d41 View commit details
    Browse the repository at this point in the history
  6. Update test_expectations.py

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    664e059 View commit details
    Browse the repository at this point in the history
  7. column_map_expectation

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    7f64366 View commit details
    Browse the repository at this point in the history
  8. column pair map expectations

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    b87ae4d View commit details
    Browse the repository at this point in the history
  9. multi-table expectations

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    0d58e65 View commit details
    Browse the repository at this point in the history
  10. multi-column map expectations

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    bb34885 View commit details
    Browse the repository at this point in the history
  11. other_expectations

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    de2dd98 View commit details
    Browse the repository at this point in the history
  12. combining both pipelines

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    6c5efb1 View commit details
    Browse the repository at this point in the history
  13. cleaned up

    Shinnnyshinshin committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    022e184 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. combined pipelines as different steps

    Shinnnyshinshin committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    1f17e36 View commit details
    Browse the repository at this point in the history
  2. Revert "combined pipelines as different steps"

    This reverts commit 1f17e36.
    Shinnnyshinshin committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    7229c3f View commit details
    Browse the repository at this point in the history
  3. adding dependency

    Shinnnyshinshin committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    a2aafe4 View commit details
    Browse the repository at this point in the history
  4. switch the order

    Shinnnyshinshin committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    0f703bc View commit details
    Browse the repository at this point in the history
  5. adding disributional tests to skipped

    Shinnnyshinshin committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    3b4925a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Merge branch 'develop' into working-branch/enable-bigquery-flag

    * develop:
      [FEATURE] Update ExpectCompoundColumnsToBeUnique for V3 API (#3161)
      [DOCS] Add `conda` as installation option in README (#3196)
      [BUGFIX] Restore support for V2 API style custom expectation rendering (#3179)
      [BUGFIX] Fixes an error with expect_column_values_to_be_dateutil_parseable (#3190)
      [FEATURE] Set foundation for Azure-related DataConnectors (#3188)
      Update changelog. (#3189)
      Update validate_your_data.md (#3185)
      [BUGFIX] Fix incorrect usage of "all()" in the comparison of validation results when executing an Expectation (#3178)
      [BUGFIX] Remove fixture parameterization for Cloud DBs (Snowflake and BigQuery) (#3182)
      [DOCS] Update BigQuery docs to clarify the use of temp tables (#3184)
      [MAINTENANCE] Add `credentials` YAML key support for `DataConnectors` (#3173)
      release-prep-2021-08-05 (#3181)
      [DOCS] Improve Core Concepts - Expectation Concepts (#2831)
      Implement the "compound_columns_unique" metric for PandasExecutionEngine (with a unit test). (#3159)
      [FEATURE] Support row_condition and ignore_row_if Directives Combined for PandasExecutionEngine (#3150)
      Update test_script_runner.py (#3177)
      [DOCS] Capitalize python to Python in docs (#3176)
      [FEATURE] Update ExpectMulticolumnSumToEqual for V3 API (#3136)
    Shinnnyshinshin committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    d9431fc View commit details
    Browse the repository at this point in the history
  2. adding checks

    Shinnnyshinshin committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    ebd1f06 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. updated pipeline and docs

    Shinnnyshinshin committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    abcb64a View commit details
    Browse the repository at this point in the history
  2. updated test_list

    Shinnnyshinshin committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    c89c395 View commit details
    Browse the repository at this point in the history
  3. testing 3 remaining expectations

    Shinnnyshinshin committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    84fb721 View commit details
    Browse the repository at this point in the history
  4. testing 3 remaining expectations no sleep

    Shinnnyshinshin committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    5635983 View commit details
    Browse the repository at this point in the history
  5. added fix

    Shinnnyshinshin committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    a9c6163 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. push before PR issued

    Shinnnyshinshin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d5e04d5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/GREAT-66/enable-bigquery-tests-fo…

    …r-expectations
    William Shin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d9543c7 View commit details
    Browse the repository at this point in the history
  3. one more check

    Shinnnyshinshin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0f8aa53 View commit details
    Browse the repository at this point in the history
  4. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    069ca11 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into feature/GREAT-66/enable-bigquery-tests-fo…

    …r-expectations
    William Shin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c55431e View commit details
    Browse the repository at this point in the history
  6. 2 more tests added to notimplemented

    Shinnnyshinshin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0eff30c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into feature/GREAT-66/enable-bigquery-tests-fo…

    …r-expectations
    William Shin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    161579a View commit details
    Browse the repository at this point in the history
  8. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    082eac5 View commit details
    Browse the repository at this point in the history
  9. Test with Monday 3PM chron

    Shinnnyshinshin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    3061d1f View commit details
    Browse the repository at this point in the history
  10. remove cron scheduling so it can be set on azure

    Shinnnyshinshin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    e94188f View commit details
    Browse the repository at this point in the history
  11. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c5ebe6a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. testing cleaner if statement

    Shinnnyshinshin committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    3f1ba9e View commit details
    Browse the repository at this point in the history
  2. take off sleep message

    Shinnnyshinshin committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    3580cf4 View commit details
    Browse the repository at this point in the history
  3. testing cleaner if statement

    Shinnnyshinshin committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    7a06de4 View commit details
    Browse the repository at this point in the history
  4. Revert "testing cleaner if statement"

    This reverts commit 7a06de4.
    Shinnnyshinshin committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    f3cfe32 View commit details
    Browse the repository at this point in the history
  5. Revert "testing cleaner if statement"

    This reverts commit 3f1ba9e.
    Shinnnyshinshin committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    2a9c6fc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. after review

    Shinnnyshinshin committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    3ae0eb1 View commit details
    Browse the repository at this point in the history
  2. minor clean up

    Shinnnyshinshin committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    85e1f42 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/GREAT-66/enable-bigquery-tests-fo…

    …r-expectations
    William Shin committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    af2fde7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Merge branch 'develop' into feature/GREAT-66/enable-bigquery-tests-fo…

    …r-expectations
    William Shin committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    84355d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Merge branch 'develop' into feature/GREAT-66/enable-bigquery-tests-fo…

    …r-expectations
    William Shin committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    026cd19 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Update azure-pipelines-cloud-db-integration.yml

    Co-authored-by: John DiMatteo <jdimatteo@verily.com>
    William Shin and jdimatteo committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f11293c View commit details
    Browse the repository at this point in the history
  2. Update azure-pipelines-cloud-db-integration.yml

    Co-authored-by: John DiMatteo <jdimatteo@verily.com>
    William Shin and jdimatteo committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f954297 View commit details
    Browse the repository at this point in the history
  3. Update great_expectations/dataset/sqlalchemy_dataset.py

    Co-authored-by: John DiMatteo <jdimatteo@verily.com>
    William Shin and jdimatteo committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d49d09a View commit details
    Browse the repository at this point in the history
  4. Update docs/contributing/contributing_test.md

    Co-authored-by: John DiMatteo <jdimatteo@verily.com>
    William Shin and jdimatteo committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    44a2e5a View commit details
    Browse the repository at this point in the history
  5. Update great_expectations/expectations/metrics/util.py

    Co-authored-by: John DiMatteo <jdimatteo@verily.com>
    William Shin and jdimatteo committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    3c463a5 View commit details
    Browse the repository at this point in the history
  6. Update great_expectations/dataset/sqlalchemy_dataset.py

    Co-authored-by: John DiMatteo <jdimatteo@verily.com>
    William Shin and jdimatteo committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    609c4f7 View commit details
    Browse the repository at this point in the history
  7. Update tests/test_definitions/test_expectations.py

    Co-authored-by: John DiMatteo <jdimatteo@verily.com>
    William Shin and jdimatteo committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ced8994 View commit details
    Browse the repository at this point in the history
  8. try matrix

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c25846d View commit details
    Browse the repository at this point in the history
  9. Revert "try matrix"

    This reverts commit c25846d.
    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    78fcca7 View commit details
    Browse the repository at this point in the history
  10. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f07193c View commit details
    Browse the repository at this point in the history
  11. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7b8c7a9 View commit details
    Browse the repository at this point in the history
  12. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    5b90ebf View commit details
    Browse the repository at this point in the history
  13. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a28280b View commit details
    Browse the repository at this point in the history
  14. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    65e7db9 View commit details
    Browse the repository at this point in the history
  15. oops

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    4931f67 View commit details
    Browse the repository at this point in the history
  16. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1bafb0c View commit details
    Browse the repository at this point in the history
  17. added notes and issue

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    2b9e6b1 View commit details
    Browse the repository at this point in the history
  18. try with conversion

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1fda0f8 View commit details
    Browse the repository at this point in the history
  19. Make BigQuery SqlAlchemy dialect conform to "dialect" attribute conve…

    …ntion and dataset cleanup (#3259)
    
    * remove duplicate inconsistent logic around bigquery dataset
    * consistently provide a default value and document how to override
    * Make BigQuery SqlAlchemy dialect conform to "dialect" attribute convention
    jdimatteo committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    637da06 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'develop' into feature/GREAT-66/enable-bigquery-tests-fo…

    …r-expectations
    William Shin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d0e63a7 View commit details
    Browse the repository at this point in the history
  21. clean up

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    13ed1d4 View commit details
    Browse the repository at this point in the history
  22. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    aad54a8 View commit details
    Browse the repository at this point in the history
  23. Update azure-pipelines-cloud-db-integration.yml

    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    78d89c2 View commit details
    Browse the repository at this point in the history
  24. Merge branch 'develop' into feature/GREAT-66/enable-bigquery-tests-fo…

    …r-expectations
    
    * develop:
      [BUGFIX] Fix deprecation warning for importing from collections (#3228)
      [FEATURE] Add schema validation for different GCS auth methods (#3258)
    Shinnnyshinshin committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    06dfad9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. updated after final review

    Shinnnyshinshin committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    4d251dc View commit details
    Browse the repository at this point in the history