Coder Social home page Coder Social logo

Comments (3)

tombaeyens avatar tombaeyens commented on August 28, 2024

For each must filter only tables for the schema defined in the default data source.
And the docs for the for-each must be reviewed explaining that schema definition goes into the configuration and not in the for each check.

from soda-core.

tombaeyens avatar tombaeyens commented on August 28, 2024

Just tested and could not reproduce. I got

Query postgres.for_each_table_T[0]:
SELECT table_name 
FROM information_schema.tables
WHERE (lower(table_name) like 'sodatest_customers_b7580920' OR lower(table_name) like 'sodatest_rawcustomers_54820c8f%' OR lower(table_name) like 'sodatest_rawcustomers_54820c8f%')
      AND lower(table_name) not like 'non_existing_table'
      AND lower(table_schema) = 'public'
Query postgres.sodatest_customers_b7580920.aggregation[0]:

So looks to be fixed. @vijaykiran can you let @jasonicarter know when we do another release?

from soda-core.

vijaykiran avatar vijaykiran commented on August 28, 2024

Fixed!

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.