Coder Social home page Coder Social logo

pipeforge's People

Contributors

afoerster avatar bpmcd avatar kkgunt avatar tfokken avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pipeforge's Issues

Discuss an enhancement to specify schema at object level in the pipeforge-environment.yml

I was thinking that it would be useful if the .yml file input to Pipeforge would be able to handle something like this...

schema:

  • myschema1
    tables:
    • table1
    • table2
  • yourschema2
    tables:
    • table3
    • table4

So I think we'd have to add a loop on schema surrounding our current code that loops through the tables.
Then in the tables.yml we'd just want it to output
source:
name: table1
schema: myschema1

Right now, when we are sourcing from a single database but multiple schemas, we're having to maintain the files and the outputs in separate directories. The above could cause some issues if the same table existed in multiple schemas, but we already would have similar issues in the target database if that's the case.

Enhancement to pull back Tables and Views in a single Request

In order to simplify the process if a client wants to return both views and tables with a single tables.yml we would need to enhance the listTables method to allow a 3rd option.

This is not critical, but I also don't think it would necessarily be super difficult

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.