https://prefect.io logo
Title
a

ash

08/29/2022, 8:41 PM
Hello everyone, I am using prefect server deployed on K8 and using git as storage. I am using a flow with date string as parameter shown in mage 1 and getting error shown in image 2. Can anyone guide or help me on how to resolve this error.
1️⃣ 1
c

Christopher Boyd

08/29/2022, 9:27 PM
How / what are you using the date string to do ?
a

ash

08/29/2022, 9:31 PM
@Christopher Boyd using it as an input for my task calculate statistics. Once i get the string , i convert it and use it for retrieving data and doing some pre-processing.
c

Christopher Boyd

08/30/2022, 1:25 PM
All I can really see is the callback at the end where it’s reporting an int object has not attribute. How are you converting / typecasting it? Are you overriding the object?