Felipe

Results 8 comments of Felipe

Similar error when processing the timestamp column: https://github.com/feast-dev/feast/issues/2301

@woop do you know some workaround for this issue? It's a stale issue, but the same problem existis even in the version 0.19.4 =/

@sgvarsh the workaround that I found: ```python from pyspark.sql.functions import to_timestamp conf = SparkConf().setMaster(SPARK_MASTER) # FEAST does not work with INT96 (this is the default type using pyspark # to...

(2) Any workaround for the problem of getting "training datasets" (with no passing entity ids)?

Thanks for the explanation! I need the `iam_role` just to assign a role with that permissions: https://docs.feast.dev/reference/online-stores/dynamodb#permissions

@woop the role is the same to online and offline store. However, during run time we have distinct roles being used: ``` aws-vault exec profile (that uses role_2) -- pipenv...

@woop sorry I didn't express myself well. Despite of automations we have in terms of integration and continuous delivery, the data science and machine learning engineering teams have around 50...

@felixwang9817 I was wondering and even considering the comments about `s3_staging_location` field in the code: ``` s3_staging_location: StrictStr """ S3 path for importing & exporting data to Redshift """ ```...