Giter Site home page Giter Site logo

rdc.etl's People

Contributors

fabienpomerol avatar hartym avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rdc.etl's Issues

Create project from PasteScript template does not work when rdc.etl is installed from egg

Missing files in egg.

Traceback (most recent call last):
File "/Users/rd/Sites/MyPrj/.py-env/bin/paster", line 9, in
load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')()
File "/Users/rd/Sites/MyPrj/.py-env/lib/python2.7/site-packages/paste/script/command.py", line 104, in run
invoke(command, command_name, options, args[1:])
File "/Users/rd/Sites/MyPrj/.py-env/lib/python2.7/site-packages/paste/script/command.py", line 143, in invoke
exit_code = runner.run(args)
File "/Users/rd/Sites/MyPrj/.py-env/lib/python2.7/site-packages/paste/script/command.py", line 238, in run
result = self.command()
File "/Users/rd/Sites/MyPrj/.py-env/lib/python2.7/site-packages/paste/script/create_distro.py", line 137, in command
template, output_dir, vars)
File "/Users/rd/Sites/MyPrj/.py-env/lib/python2.7/site-packages/paste/script/create_distro.py", line 196, in create_template
template.run(self, output_dir, vars)
File "/Users/rd/Sites/MyPrj/.py-env/lib/python2.7/site-packages/paste/script/templates.py", line 58, in run
self.write_files(command, output_dir, vars)
File "/Users/rd/Sites/MyPrj/.py-env/lib/python2.7/site-packages/paste/script/templates.py", line 127, in write_files
template_renderer=self.template_renderer)
File "/Users/rd/Sites/MyPrj/.py-env/lib/python2.7/site-packages/paste/script/copydir.py", line 71, in copy_dir
names = os.listdir(source)
OSError: [Errno 2] No such file or directory: '/Users/rd/Sites/MyPrj/.py-env/lib/python2.7/site-packages/rdc/etl/extra/tools/templates/project'

DatabaseLoad's fetch_columns attribute does not work like other attributes in transforms

You can't override this attribute in subclass because of the way the constructor is treating this attribute, which is bad and inconsistent.

    # XXX should take self.fetch_columns into account if provided
    self.fetch_columns = {}
    if isinstance(fetch_columns, (list, tuple, )):
        self.add_fetch_column(*fetch_columns)
    elif isinstance(fetch_columns, dict):
        self.add_fetch_column(**fetch_columns)

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.