Riley Hun
08/07/2020, 6:36 PMModuleNotFoundError
. Do I need to dockerize the flow and specify python paths for this to work?
Thanks in advance!
My folder tree looks something like this
├── alternative_data_pipelines
│ ├── thinknum
|. ├── __init__.py
│ │ └── thinknum.py
│ └── utils
│ ├── __init__.py
│ ├── logging.py
│ ├── snowflake.py
│ └── utils.py
├── requirements.txt
├── setup.py
└── thinknum_flow.py
Dylan
08/07/2020, 6:41 PMalternative_data_pieplines
package as part of your image build process is probably the best way to achieve this 👍Riley Hun
08/07/2020, 6:44 PMDylan
08/07/2020, 7:01 PMRiley Hun
08/07/2020, 7:17 PMDylan
08/07/2020, 7:18 PMbral
08/08/2020, 7:36 AMAdam
08/10/2020, 10:48 AMDylan
08/10/2020, 1:52 PMAdam
08/10/2020, 3:10 PMDylan
08/10/2020, 8:47 PMAdam
08/10/2020, 10:59 PMDylan
08/11/2020, 1:41 PMAdam
08/11/2020, 1:59 PMRahat Zaman
09/28/2020, 4:46 AM