fast-jewelry-98070
06/15/2023, 1:44 AMSave the code in taxi_regression.py. If you ran TaxiETLFlow previously, you can run the flow like this:
# python taxi_regression.py –environment=conda run –use_ctas_data=True
Shouldn't this script be
python taxi_regression.py --environment=conda run --use_ctas_data True
?victorious-lawyer-58417
06/15/2023, 7:57 AM--environment with two dashes. Unfortunately typesetting sometimes seems to interpret -- as a long dash – - good catch!
It works with or without the equal sign before True