Soda Data Contracts Explained in 6 Minutes

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ • 3

  • @andreykf
    @andreykf 8 місяців тому +2

    pip install soda-core-contracts
    ModuleNotFoundError: No module named 'soda.contracts.data_contract_translator'

  • @laurinbrechter1090
    @laurinbrechter1090 4 місяці тому

    Can't I also just specify a SQL schema in my DWH which would handle a lot of the validation (e.g. unique, not null, ...)? If the data loaded doesn't comply with the schema then don't load it.

    • @tombaeyens7781
      @tombaeyens7781 4 місяці тому

      That would handle some aspects indeed. Contracts and checks allow for more flexibility in terms of check types, thresholding, and support for allowing more people outside the producer team to contribute checks.