Vincent Claes

Results 7 comments of Vincent Claes

> The `None` has a capital letter which is invalid. > > I ran: > > ``` > export AWS_DEFAULT_ACCOUNT=_____________29 > export AWS_PROFILE=my-profile > export AWS_DEFAULT_REGION=your-region # e.g. eu-west-1 >...

good point, thanks Peter. we should create the cloudwatch logs as part of the stack

``` Traceback (most recent call last): File "/Users/vincent/Library/Caches/pypoetry/virtualenvs/datajob-KxqvMF6C-py3.6/bin/datajob", line 5, in run() File "/Users/vincent/Workspace/datajob/datajob/datajob.py", line 77, in run stepfunctions_run.run(state_machine=state_machine) File "/Users/vincent/Workspace/datajob/datajob/stepfunctions/stepfunctions_run.py", line 27, in run state_machine_arn = _find_state_machine_arn(state_machine) File "/Users/vincent/Workspace/datajob/datajob/stepfunctions/stepfunctions_run.py",...

we can remediate these exceptions by asking for the necessary info https://typer.tiangolo.com/tutorial/prompt/

> To deserialized a bundle to a Spark pipeline you can do > > ``` > from pyspark.ml import PipelineModel > sparkPipelineLr = PipelineModel.deserializeFromBundle("jar:file:/tmp/airbnb_demo.lr.zip") > ``` > > If you're...

@mohanasudhan Is it ok if I have a look at this issue and propose a PR? If you have any existing code, that can be used as inspiration for me...