Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no-start-ma on delta import clears delta file #83

Open
IAmStevenJohnson opened this issue Sep 9, 2024 · 3 comments
Open

no-start-ma on delta import clears delta file #83

IAmStevenJohnson opened this issue Sep 9, 2024 · 3 comments
Assignees
Labels

Comments

@IAmStevenJohnson
Copy link

IAmStevenJohnson commented Sep 9, 2024

We often get "no-start-ma" errors on delta imports and when we do, it clears the delta file so a full import must be run to get the recent export changes. Is it intentional, and necessary, that the delta file is cleared on this error? Or would it be possible to change this so when this error occurs, it doesn't clear the delta file so another delta import can be attempted? That's assuming this error is a glitch and retrying might help. I guess if it's definitely not a glitch and this error means a full import is necessary, a change of this nature wouldn't help.

@ryannewington ryannewington self-assigned this Sep 9, 2024
@ryannewington
Copy link
Member

@IAmStevenJohnson the delta should only be getting cleared after a full import. What's the cause of the no-start-ma error you are getting?

Copy link

stale bot commented Nov 9, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.

@stale stale bot added the stale label Nov 9, 2024
@IAmStevenJohnson
Copy link
Author

I'm sorry for not responding sooner. The original issue is that we often have failures when trying to delete extended schema attributes in Google. They either just don't delete or error. I haven't investigated enough to determine how consistent it is but it's happened for many years. So instead of deleting the various attributes, I was trying to set them to an empty string. That is what causes the delta import to fail. I think it says there should be a value to import but the empty string doesn't provide one and it fails. So I've stopped trying to write an empty string and I think I'm going to just write some real value since deleting them doesn't seem to work reliably.
But I am curious if you, or anyone, else have seen this problem of deleting extended schema attribute values? If happens with both direct (checking the Allow Nulls box) and coded attribute flows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants