-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting-started guides? #238
Comments
Just for testing, I created a Here's a PR that makes this easier: #241 mkdir config
export DATA_WAREHOUSE_CONFIG=`pwd`/config
cp etc/aws_template.yaml config/aws.yaml
cp etc/warehouse_template.yaml config/warehouse.yaml
cp etc/credentials.sh.template config/credentials.sh Take a look at the templates. The Starting Arthur now:
This will show some settings. Take a look at the rest:
And now make sure that S3 has the ETL code:
Without changes to the template this fails, of course, but you'll update
Then create a table design file:
This also fails because you need a credentials file with the connections, see prompts in After you've setup the credentials (with connection strings), don't forget to copy the file to s3. Once you have a design file, upload the local schemas to S3:
And now run one of:
Let me know which hurdles you encounter and I'll try to get them resolved. |
Thank you for the guidance! |
This worked great. The one hiccup was: |
Yes, unfortunately. You'll have to create and upload the |
Summary
I'm trying to set up a fresh project and wonder if there are any templates for the 'sibling' repo. (I have the fortunate position of vaguely remembering how this should work, and still I'm stuck!)
By banging my head against the validator, I eventually came up with a dummy warehouse config (uselessly passes the validator):
Now I need to set up my prefix, with e.g. bootstrapping scripts as well as
sync
output. I guess this isupload_env.sh
?Anyway, if I'm missing existing assets, I'd love to use them -- and if not, it would be good to know, so I can write down what I do!
Details
At the moment I'm just trying to use
extract
.Labels Please set the label on the issue so that
I don't think I have 'edit' rights on the labels
The text was updated successfully, but these errors were encountered: