careful-scooter-85299
05/01/2024, 8:35 PMNotebookTask
, subsequent tasks in the same project all get the container args from notebook task, even if itโs in a completely different workflow.
For example, the task named get_mean_agc_by_year_task
, the task sees the container args:
["pyflyte-fast-execute","--additional-distribution","<path redacted>","--dest-dir",".","--","pyflyte-execute","--inputs","{{.input}}","--output-prefix","{{.outputPrefix}}","--raw-output-data-prefix","{{.rawOutputDataPrefix}}","--checkpoint-path","{{.checkpointOutputPrefix}}","--prev-checkpoint","{{.prevCheckpointPrefix}}","--resolver","flytekit.core.python_auto_container.default_task_resolver","--","task-module","flyte.arr_yield_estimates.eligibility.supplemental.natural_forest","task-name","plot_natural_support_forest_results"]
Things look ok again when I remove the NotebookTask and re-register ๐คacceptable-accountant-9776
05/01/2024, 8:58 PMplot_natural_support_forest_results
is your notebook task?
Are you getting any failures for the notebook task or other tasks? What does the behavior look like when you try to run?freezing-airport-6809
high-accountant-32689
05/01/2024, 9:34 PMhigh-accountant-32689
05/01/2024, 9:34 PMcareful-scooter-85299
05/01/2024, 9:41 PMcareful-scooter-85299
05/01/2024, 9:44 PMcareful-scooter-85299
05/01/2024, 10:14 PM