Rezwan Abir
06/16/2023, 6:40 PMpyflyte run
is used)
in ingest_flyte.py we have from pdi_flyte.flyte.workflows.constants
import ConflictActionList`
however after packaging and deploying I'm getting ModuleNotFoundError: No module named 'pdi_flyte`
any ideas?Kevin Su
06/16/2023, 6:45 PMRezwan Abir
06/16/2023, 6:46 PM__init__.py
ENV _PYTHONPATH_ /root
Kevin Su
06/16/2023, 7:06 PMRezwan Abir
06/16/2023, 8:31 PMKevin Su
06/16/2023, 8:59 PMpyflyte --pkgs pdi_flyte.flyte.workflows …
Rezwan Abir
06/17/2023, 7:31 AMfrom pdi_flyte.flyte.utils.csv_util import convert_csv_to_dataframe, write_chunked_parquet
pyflyte run flyte/workflows/ingest_flyte.py
Blina Keraj
07/03/2023, 1:54 PMRezwan Abir
07/03/2023, 1:55 PM