Coder Social home page Coder Social logo

Comments (4)

mjpieters avatar mjpieters commented on August 16, 2024 1

So far, tbls doesn't assume use case to read the same .tbls.yml twice.

Ah, see, this was the key. Not using a tbls.yml file on the remote machine produces a larger JSON file (as the ignored tables are included now), but also doesn't add virtual tables.

So, updating my ssh alias to:

alias rtbls="ssh server 'tbls out postgres://user@localhost/dbname -t json' > /tmp/tbls.json"
rtbls && tbls lint json:///tmp/tbls.json

works without having to strip virtual relationships. I guess I can live with that.

from tbls.

k1LoW avatar k1LoW commented on August 16, 2024

Hi @mjpieters ! Thank you for your report.

Probably adding "virtual relations" in duplicate.

  1. execute rtbls and get tbls.json, using .tbls.yml = Add virtual relations
  2. execute tbls lint json:///tmp/tbls.json using .tbls.yml = Add virtual relations

Unfortunately the above behavior is by design

from tbls.

mjpieters avatar mjpieters commented on August 16, 2024

Yes, that's what I feared, the virtual relations being added twice, first when exporting with tbls out -t json, then again when linting.

Would it make sense to add a command-line switch to either tbls out or tbls lint to ignore virtual information, so I can handle this explicitly?

For now, the jq filter works for my use case.

from tbls.

k1LoW avatar k1LoW commented on August 16, 2024

Yes, that's what I feared, the virtual relations being added twice, first when exporting with tbls out -t json, then again when linting.

So far, tbls doesn't assume use case to read the same .tbls.yml twice.

Would it make sense to add a command-line switch to either tbls out or tbls lint to ignore virtual information, so I can handle this explicitly?

fmfm... Could you provide any other use case please? (I’ll consider it.)

from tbls.

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.