Parsely/parsely_raw_data

Make parsely_raw_data an installable terminal function

Closed this issue · 2 comments

Give the ability to call raw_data commands from anywhere, i.e.
parsely_raw_data redshift create_table <args>

instead of requiring being in the same directory.

We already have some console scripts setup that will work as long as you have the virtualenv activated.

'console_scripts': [
'parsely_bigquery = parsely_raw_data.bigquery:main',
'parsely_redshift = parsely_raw_data.redshift:main',
'parsely_s3 = parsely_raw_data.s3:main',
'parsely_stream = parsely_raw_data.stream:main',

Oh nice, thanks @dan-blanchard. I'll put those in the docs.