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

Sync main from soda-core #9

Open
wants to merge 112 commits into
base: main
Choose a base branch
from
Open

Sync main from soda-core #9

wants to merge 112 commits into from

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

  1. [pre-commit.ci] pre-commit autoupdate (sodadata#1935)

    updates:
    - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Vijay Kiran <[email protected]>
    pre-commit-ci[bot] and vijaykiran authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    71dfe19 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

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

Commits on Sep 19, 2023

  1. Bump to 3.0.49

    m1n0 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    995b4ac View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    8e74d93 View commit details
    Browse the repository at this point in the history
  2. Bump to 3.0.50

    m1n0 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    67111aa View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 6, 2023

  1. Feature/add more file formats for duckdb (sodadata#1942)

    * Initial commit with csv tests
    
    * Added Json tests
    
    * Added support for csv, json and parquet file for
    duckdb.
    Changes to be committed:
        modified:   soda/duckdb/soda/data_sources/duckdb_data_source.py
    	modified:   soda/duckdb/tests/test_duckdb.py
    
    * Removing unused import
    Changes to be committed:
    	modified:   soda/duckdb/tests/test_duckdb.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update soda/duckdb/tests/test_duckdb.py
    
    Removed unused f-string
    
    Co-authored-by: Milan Lukac <[email protected]>
    
    * Update soda/duckdb/tests/test_duckdb.py
    
    Removed unused f-string
    
    Co-authored-by: Milan Lukac <[email protected]>
    
    * Update soda/duckdb/tests/test_duckdb.py
    
    Removed unused f-string
    
    Co-authored-by: Milan Lukac <[email protected]>
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Milan Lukac <[email protected]>
    3 people authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3fdac3c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. added BigQuery Job Labels (sodadata#1947)

    Co-authored-by: data-fool <[email protected]>
    m1n0 and data-bytekid authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b34e271 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Bump to 3.0.51

    m1n0 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d25316f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Distribution: compute value counts in DB rather than in python

    * fix: compute value counts in DB rather than in python for categoric distribution checks (#116)
    
    * get value counts from db for categoric variables
    
    * add/modify unit tests for distro checks
    
    * fix unit tests
    
    * fix sqlserver limit query
    
    * fix db specific unit tests for distro check
    
    * fix unit tests and change pr feedback
    
    * do not evaluate the check if there are more than 1M groups
    
    * fix sqlserver
    
    * remove sampling from categoric variables for distro checks
    
    * add query logs for distro check
    
    * use logs.debug to show the running query in verbose mode rather than using logs.info
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    baturayo and pre-commit-ci[bot] authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2f67adb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Fix 3.8 compatibility

    m1n0 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fe27fc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. feat: Add Dask/Pandas configurable data source naming support (sodada…

    …ta#1951)
    
    * feat: Add Dask/Pandas data source naming support
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add missing method
    
    * fix indent
    
    * Fix test
    
    * remove unused feature test
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add SparkDF support
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    dirkgroenen and pre-commit-ci[bot] authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    431a0ee View commit details
    Browse the repository at this point in the history
  2. Bump to 3.0.52

    dirkgroenen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5312c43 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Freshness: support mixed thresholds (sodadata#1957)

    * Freshness: support mixed thresholds
    
    * fix precommit
    m1n0 authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f6505f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    7affe19 View commit details
    Browse the repository at this point in the history
  2. Bump to 3.0.53

    m1n0 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b3c112e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Nov 7, 2023

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

Commits on Nov 9, 2023

  1. remove % from pattern (sodadata#1956)

    Co-authored-by: Milan Lukac <[email protected]>
    chuwangBA and m1n0 authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c7182b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Sqlserver: support quoting tables with brackets, "quote_tables" mode (s…

    …odadata#1959)
    
    * Sqlserver: support quoting tables with whitespace
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Support [] as quotes
    
    * Fix parser
    
    * Use upper case info schema
    
    * Remove default casify sql function
    
    * Update quoting
    
    * Fix quoting
    
    * Strip quotes from all payloads using table name
    
    * Change how bracket quotes work
    
    * Remove schema identifier lowercasing
    
    * Fix parser
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    m1n0 and pre-commit-ci[bot] authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7505aa3 View commit details
    Browse the repository at this point in the history
  2. Bump to 3.0.54

    m1n0 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    644546d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Contracts

    * Initial contracts transformation proposal
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Added schema check capability matching columns
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fixing the schema mismatching columns test
    
    * Improved test suite and initial docs
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Added contract docs and missing check configurations
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Added reference property to contracts
    
    * Added extra comment in programmatic docs and added test to ignore other keys
    
    * added setup.py
    
    * Preparations for contracts release
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * updated contracts package version to 3.0.54
    
    * Fix imports
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix CI
    
    * Fix CI
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Milan Lukac <[email protected]>
    3 people authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5f268b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ffddd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Bump to 3.1.0

    m1n0 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2a142e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f8fcc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Dec 1, 2023

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

Commits on Dec 2, 2023

  1. Bump to 3.1.1

    m1n0 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    ae8d325 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    8249949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c67cf View commit details
    Browse the repository at this point in the history
  3. upgrade pydantic from v1 to v2 (sodadata#1974)

    * upgrade pydantic from v1 to v2
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Milan Lukac <[email protected]>
    3 people authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    46206eb View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] pre-commit autoupdate (sodadata#1938)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
    - [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](asottile/pyupgrade@v3.10.1...v3.15.0)
    - [github.com/PyCQA/isort: 5.12.0 → 5.13.1](PyCQA/isort@5.12.0...5.13.1)
    - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    cb950c9 View commit details
    Browse the repository at this point in the history
  5. Bump to 3.1.2

    m1n0 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b7103e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. feat: implement warn_only for anomaly score (sodadata#156) (sodadata#…

    …1980)
    
    * feat: implement warn_only for anomaly score (sodadata#156)
    
    * implement warn_only for anomaly score
    
    * fix unit tests
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    baturayo and pre-commit-ci[bot] authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e80f118 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Bump to 3.1.3

    m1n0 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3c05346 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    2bde90c View commit details
    Browse the repository at this point in the history
  2. Document group by example for Soda Core with failed rows check (sodad…

    …ata#1984)
    
    * Added group by example for Soda Core with failed rows check
    
    * Adjusted SQL per suggestion
    
    * Corrected SQL
    janet-can authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c3c9521 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    34d65af View commit details
    Browse the repository at this point in the history
  2. bug: handle null values for continuous dist (sodadata#165) (sodadata#…

    …1994)
    
    * bug: handle null values for continuous dist (sodadata#165)
    
    * handle null values for ks test
    
    * remove null values from test data
    
    * add unit tests for partially null columns
    
    * fix unit tests for empty test set
    
    * raise warning if we remove null values
    
    * refac warning string
    
    * add unit tests for null values in dro generation
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * add future annotations
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    baturayo and pre-commit-ci[bot] authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    036204b View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] pre-commit autoupdate (sodadata#1977)

    updates:
    - [github.com/PyCQA/isort: 5.13.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2)
    - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Milan Lukac <[email protected]>
    pre-commit-ci[bot] and m1n0 authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    55b85f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. feat: implement new anomaly detection in soda core (sodadata#1995)

    * Merge branch 'main' of https://github.com/sodadata/soda-core
    
    * run antlr parser for core
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix conflicts and fix python3.8 issues
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    baturayo and pre-commit-ci[bot] authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ceab226 View commit details
    Browse the repository at this point in the history
  2. feat: support built-in prophet public holidays (sodadata#1997)

    support built-in prophet public holidays - cherry-picked from library
    baturayo authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9445d1e View commit details
    Browse the repository at this point in the history
  3. Bump to 3.1.4

    m1n0 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    64bc338 View commit details
    Browse the repository at this point in the history
  4. Hive data source improvements (sodadata#1982)

    * feat: Increase PyHive Log Level to ERROR
    
    * fix: DESCRIBE without TABLE qualifier as it does not exists in Hive and works in Spark without it
    
    * feat: Add kerberos service property to allow kerberized hive connection
    
    ---------
    
    Co-authored-by: Milan Lukac <[email protected]>
    robertomorandeira and m1n0 authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b6f4329 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. feat: implement migrate from anomaly score check config (#168) (sodad…

    …ata#1998)
    
    * Implement migrate from anomaly score check config
    
    * rename migrate_anomaly_score to take_over_old_check
    
    * rename config to take_over_existing_anomaly_score_check
    baturayo authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    79b513a View commit details
    Browse the repository at this point in the history
  2. Bump Prophet (sodadata#2000)

    m1n0 authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    311f1f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89da879 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e0ae62 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Bump to 3.1.5

    m1n0 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2d00558 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. feat: implement severity level paramaters (sodadata#2001)

    * cherry-pick from library
    baturayo authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    594d026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    339309f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. fix: anomaly detection feedbacks (sodadata#2005)

    * fix dogfooding feedbacks (#175)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * trigger CI
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    baturayo and pre-commit-ci[bot] authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    51a30fb View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. [pre-commit.ci] pre-commit autoupdate (sodadata#2002)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    70b8753 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. feat: anomaly detection simulator (#163) (sodadata#2010)

    * feat: anomaly detection simulator (#163)
    baturayo authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1d2e8ac View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. feat: added dremio token support (sodadata#2009)

    Co-authored-by: Milan Lukac <[email protected]>
    JorisTruong and m1n0 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e172b7d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Bump to 3.2.0

    m1n0 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    fc8e191 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. feat: correctly identified anomalies are excluded from training data (s…

    …odadata#2013)
    
    * feat: correctly identified anomalies are excluded from training data (sodadata#178)
    
    * correctly identified anomalies are excluded from training data
    
    * fix in case skipMeasurements does not exist
    
    * fix unit tests
    
    * Fix Bastiens feedback
    
    * remove a misleading comment
    
    * use isCorrectlyClassified instead of isAnomaly field
    
    * rename is_anomaly fields to increase the readibility
    
    * fix formatting
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    baturayo and pre-commit-ci[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    68d44b3 View commit details
    Browse the repository at this point in the history
  2. fix: show more clearly the detected frequency using warning message f…

    …irst (sodadata#2014)
    
    * fix: show more clearly the detected frequency using warning message first (sodadata#180)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    baturayo and pre-commit-ci[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1a211f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Fix simulator import and streamlit path (sodadata#2017)

    * Fix simulator streamlit path
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix simulator streamlit path
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    m1n0 and pre-commit-ci[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    16ea0b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. [pre-commit.ci] pre-commit autoupdate (sodadata#2016)

    updates:
    - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a02f463 View commit details
    Browse the repository at this point in the history
  2. Update oracle_data_source.py (sodadata#2012)

    * Update oracle_data_source.py
    
    Accommodate the Oracle data source to connect with `host`, `port` and `service_name` passed to it as different properties in the soda config file.
    We can still pass `connectstring` property.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update oracle_data_source.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * this commit solves sodadata#1990
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Milan Lukac <[email protected]>
    3 people authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    2c3ce9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb2abf9 View commit details
    Browse the repository at this point in the history
  4. Bump to 3.2.1

    m1n0 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    dd63d9e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 21, 2024

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

Commits on Feb 28, 2024

  1. feat: in anomaly detection simulator use soda core historic check res…

    …ults endpoint instead of test results (sodadata#2025)
    
    * fix timezone issue and log messages (#188)
    
    * feat: in anomaly detection simulator use soda core historic check results endpoint instead of test results (#190)
    
    * Fix integer detection
    
    * Use sodaCoreCheckIdentities endpoint to get check ids for simulator
    baturayo authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fe70d82 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Update dask-sql (sodadata#2026)

    * Unpin dask-sql
    
    * Unpin dask-sql
    
    * Fix custom functions
    m1n0 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7d2ed7b View commit details
    Browse the repository at this point in the history
  2. Add dask-sql version comment

    m1n0 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f07eba9 View commit details
    Browse the repository at this point in the history
  3. Bump to 3.2.2

    m1n0 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    97c3545 View commit details
    Browse the repository at this point in the history
  4. feat: implement daily and monthly seasonality to external regressor … (

    …sodadata#2027)
    
    * IA 533 implement daily and monthly seasonality to external regressor (#189)
    
    * implement weekly montly yearly seasonality for ext regressor
    
    * Implement custom external regressor for monthly and yearly
    
    * Fix integer detection
    
    * Use sodaCoreCheckIdentities endpoint to get check ids for simulator
    
    * refactor external regressor and add monthly and yearly feedbacks
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    baturayo and pre-commit-ci[bot] authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6245a4c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    b62550e View commit details
    Browse the repository at this point in the history
  2. Bump to 3.2.3

    m1n0 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8179c50 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. [pre-commit.ci] pre-commit autoupdate (sodadata#2022)

    updates:
    - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Milan Lukac <[email protected]>
    pre-commit-ci[bot] and m1n0 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8e41a2c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. bugfix: support attributes on multiple checks (sodadata#2032)

    * initial commit with regression
    
    * possible regression fix
    
    * build fix
    milanaleksic authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    91dd60f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Use dbt's new access_url pattern to access cloud API (sodadata#2035)

    * use new dbt access url pattern to reach cloud API
    
    * add some spaces
    bastienboutonnet authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e3787d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Bump to 3.2.4

    m1n0 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    c25a872 View commit details
    Browse the repository at this point in the history
  2. Contracts 2nd iteration (sodadata#2006)

    * added contract roadmap ideas
    
    * Added column level checks and switched to standard yaml checks
    
    * Added contract json schema and started on docs
    
    * Contract wip
    
    * Contract wip
    
    * Contract wip
    
    * Contract wip
    
    * Contract wip
    
    * Contract wip
    
    * Contract wip
    
    * Contract wip
    
    * Contract wip
    
    * Contract wip
    
    * Contract wip
    
    * Contract wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * Update soda/contracts/docs/README.md
    
    Co-authored-by: Milan Lukac <[email protected]>
    
    * Update soda/contracts/docs/README.md
    
    Co-authored-by: Milan Lukac <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * wip
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * wip
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix import path in tests
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * wip
    
    * wip
    
    * Fix attribute handler timezone test
    
    * Fix fixtures imports
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix fixtures imports
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Milan Lukac <[email protected]>
    Co-authored-by: Milan Lukac <[email protected]>
    4 people authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    98c52ce View commit details
    Browse the repository at this point in the history
  3. Bump to 3.3.0

    m1n0 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    bd04e84 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Mar 22, 2024

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

Commits on Mar 23, 2024

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

Commits on Mar 24, 2024

  1. Bump to 3.3.1

    m1n0 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ae33e9f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Rename argument in set_scan_results_file method (sodadata#2047)

    The argument name 'set_scan_results_file' in the set_scan_results_file
    method was confusing as it shared the same name as the function itself.
    This commit renames the argument to 'scan_results_file' for improved
    clarity and consistency. Resolves sodadata#2040
    ozgenbaris1 authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    aee8045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e40e45 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. [pre-commit.ci] pre-commit autoupdate (sodadata#2037)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
    - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2)
    - [github.com/psf/black: 24.2.0 → 24.4.0](psf/black@24.2.0...24.4.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9e95906 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    1d21a34 View commit details
    Browse the repository at this point in the history
  2. Update db2_data_source.py (sodadata#2063)

    * Update db2_data_source.py
    
    This is needed in order to fix the connectivity issues for db2 from soda-core
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update db2_data_source.py
    
    adding security as part of the config for db2, security will be added to the connection string only when it is not empty. This is needed in order to establish a connection with db2
    
    * Update db2_data_source.py
    
    remove security from the 1st connection string
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Milan Lukac <[email protected]>
    3 people authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    34ace6a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Bump to 3.3.2

    m1n0 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c046af0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    76159ca View commit details
    Browse the repository at this point in the history
  2. Contracts v3 (sodadata#2067)

    Contracts v3:
    * Added spark session support
    * Made all sql properties consistently end with ..._sql
    * Introduced warehouse as terminology
    * Made identity hash instead of long structured name
    * Added support quoting
    * Added check level filter_sql support
    tombaeyens authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    062b1e2 View commit details
    Browse the repository at this point in the history
  3. Bump to 3.3.3

    tombaeyens committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5e51e69 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    cc02c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c73f8 View commit details
    Browse the repository at this point in the history
  3. Bump deps (sodadata#2079)

    * Bump dev requirements
    
    * Downgrade docutil for py38 compatibility
    m1n0 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    7866d27 View commit details
    Browse the repository at this point in the history
  4. Bump to 3.3.4

    m1n0 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8a1ce04 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

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

Commits on May 23, 2024

  1. User defined metric fail query (sodadata#2089)

    * User defined metric check: support failed rows query
    
    * Test file version as well
    
    * Fix CI
    
    * Make metric check cfg contructor flexy
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    m1n0 and pre-commit-ci[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    5d1163c View commit details
    Browse the repository at this point in the history
  2. Bump to 3.3.5

    m1n0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b014718 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 29, 2024

  1. [CLOUD-7400] Improve memory usage (sodadata#2081)

    * Improve memory usage
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix broken change
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add pre-commit
    
    * Format correctly, add missing log methods
    
    * Fix tests
    
    * Use correct Query class
    
    * Fix pyspark version
    
    * dev requirements conflict
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    dirkgroenen and pre-commit-ci[bot] authored May 29, 2024
    Configuration menu
    Copy the full SHA
    5776b5e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    7e631d5 View commit details
    Browse the repository at this point in the history
  2. Bump requests and tox/docker (sodadata#2094)

    * Bump requests and tox/docker
    
    * Bump requests and tox/docker
    m1n0 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    552a716 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 16, 2024

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