Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.11 KB

Rivian Databricks

Supporting assets for Rivian Databricks Lakehouse

Aspiring Brick Builder

Create a namespace and add your Rivian Credentials as a secret:

kubectl create ns rivian
kubectl create secret generic rivian-user-pass -n rivian \
    --from-literal=rivian_username='[email protected]' \
    --from-literal=rivian_password='12345' # same as your luggage

kubectl create secret generic aws-creds -n rivian \
    --from-literal=aws_access_key_id='AKIA.....' \
    --from-literal=aws_secret_access_key='12345' \ # same as your luggage
    --from-literal=aws_default_region='us-east-2'

Apply the Job

kubectl apply -f deploy/cronjob.yaml -n rivian

More Documentation and Errata over @ Deez Watts - A Rivian Data Adventure

Props

The Mace the-mace/rivian-python-api

kaedenbrinkman kaedenbrinkman/rivian-api

Author

Ron Sweeney sween