elegant-dress-32875
02/21/2023, 10:42 PM2023-02-21 15:35:46.754 [1401/join_results/9687 (pid 172965)] print(f"my config: {self.my_config}")
2023-02-21 15:35:46.754 [1401/join_results/9687 (pid 172965)] File "/home/sderosa/python3.8-venv/lib/python3.8/site-packages/metaflow/flowspec.py", line 225, in __getattr__
2023-02-21 15:35:46.754 [1401/join_results/9687 (pid 172965)] raise AttributeError("Flow %s has no attribute '%s'" % (self.name, name))
2023-02-21 15:35:46.754 [1401/join_results/9687 (pid 172965)] AttributeError: Flow HelloAWSFlow has no attribute 'my_config'
2023-02-21 15:35:46.754 [1401/join_results/9687 (pid 172965)]
2023-02-21 15:35:46.866 [1401/join_results/9687 (pid 172965)] Task failed.
how come my join_results()
step cant access a member var my_config
from the start()
step ?