Al Harris

Results 34 comments of Al Harris

@taZik616 could you provide a bit more info on your API usage, and if possible provide a code snippet where you're registering the callback and executing mutation? Are you performing...

Hi @ObeA, what jwshyns has said above is correct, and agreed that this is a pretty disappointing user experience. In the immediate future this is not supported, but we are...

@djorgji Our plan for the functionality mentioned in that comment includes providing some mechanism to pass server-side sync metadata up from the client, but the DX for that and associated...

@maheshordex could you also provide some information about the underlying table? If possible, sharing your schema (or a redacted version) as well as some information about your dataset (number of...

Notes from discussion: There are two issues here, first, we're not correctly classifying retryable vs. non-retryable errors for the customers, and second when we encounter a non-retryable error we should...

Hi @shri-onecup, in the generated models, is that field `post` marked as a non-null type? Referring to the docs for relational models https://docs.amplify.aws/lib/datastore/relational/q/platform/android/ there should be no expectation today of...

Hi @shri-onecup, taking a look at that code, I don't think the issue is necessarily that it's being set to null, since that seems correct given the statement from our...

@horaciosolorio as mentioned above, circular references are not supported in datastore today. We'll use this issue to track two changes. First, we'll look at ways to fail faster when you're...

@chrisbonifacio will work on reproducing. For context, we have multiple SQLite DBs, a Model table, and data tables per type. This could be expected as temporary metadata in the model...

@danrivett I think this PR was auto-closed when the parent branch was deleted. FYI @svidgen we probably need to rebase this PR against main now, I don't have permissions to...