https://flyte.org logo
#ask-the-community
Title
# ask-the-community
s

SeungTaeKim

01/12/2023, 4:32 AM
Additionally, there are no logs why requests go multiple times to snowflake. There were just loaded data in snowflake
s

Samhita Alla

01/12/2023, 7:07 AM
Does the code work locally?
s

SeungTaeKim

01/12/2023, 7:07 AM
@Samhita Alla I solved this issue! there wer codes error ;( Thank you đŸ™‚
Is there any solution to debug flyte codes?
s

Samhita Alla

01/12/2023, 7:11 AM
Um, it's best to run the code locally first to catch user-introduced bugs. Else, to debug system bugs, it got to be going through the logs.
k

Ketan (kumare3)

01/12/2023, 3:40 PM
Hmm, is this s3 that’s throttling
This can happen, if you have too many tasks writing to the same key
s

SeungTaeKim

01/12/2023, 10:08 PM
@Ketan (kumare3) I think I should check s3's throttling. My team treats tick data (time series), so that may cause this issue
5 Views