coursera / dataduct

DataPipeline for humans.
Other
252 stars 83 forks source link

Config' object has no attribute 'etl' #199

Closed donigian closed 8 years ago

donigian commented 8 years ago

Cool project, huge fan of Coursera. After pip install dataduct. Created a config file ~/.dataduct/dataduct.cfg with RedShift & Logging info. Trying to create a pipeline for simple sql command:

➜ dataduct pipeline create pipeline_definitions example_sql_command.yaml

Traceback (most recent call last):
  File "/Users/avd/anaconda/bin/dataduct", line 347, in <module>
    main()
  File "/Users/avd/anaconda/bin/dataduct", line 329, in main
    frequency_override = config.etl.get('FREQUENCY_OVERRIDE', None)
AttributeError: 'Config' object has no attribute 'etl'

Checked ~/.dataduct/dataduct.log but its empty.