Coder Social home page Coder Social logo

Comments (4)

tools-soda avatar tools-soda commented on May 26, 2024

SAS-3218

from soda-core.

bastienboutonnet avatar bastienboutonnet commented on May 26, 2024

Hi @donttrickrick I'm sorry you're experiencing an issue.

In order for us to help more efficiently can you make sure you provide us with the full log of the scan you did (preferably coming from a run in verbose mode -V and/or the trace ID that is printed as one of the last lines from the logs.

from soda-core.

bastienboutonnet avatar bastienboutonnet commented on May 26, 2024

It would also be helpful to see how you defined the check that is currently not working, so a copy of the SodaCL for this check is what we need.

from soda-core.

donttrickrick avatar donttrickrick commented on May 26, 2024

@bastienboutonnet Sure.

In my project, there are only 3 files.

checks.yml

checks for system.dt:
  - row_count > 0
  - duplicate_count(day) = 0

configuration.yml

data_source ds:
  type: oracle
  username: system
  password: oracle123
  connectstring: "localhost:1521/ORCLCDB"

requirements.txt

soda-core
soda-core-oracle

The table is very simple. You can initialize it by this code.

CREATE TABLE dt (
    DAY VARCHAR2(50),
    DAY_OF_MONTH NUMBER
 );

-- example data
INSERT INTO dt (DAY, DAY_OF_MONTH) VALUES ('2024-01-01', 1 )

However, soda scan raise this exception
soda_exp.txt

Any suggestion is appropriated.

from soda-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.