Hello everyone, I am using prefect server deployed...
# prefect-community
a
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
How / what are you using the date string to do ?
a
@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
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?