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

Voided data which is coming as false in gdgs 2023 data for atecf #1584

Closed
siddhant3030 opened this issue Apr 29, 2024 · 4 comments
Closed

Voided data which is coming as false in gdgs 2023 data for atecf #1584

siddhant3030 opened this issue Apr 29, 2024 · 4 comments

Comments

@siddhant3030
Copy link

hey,

So from the gdgs 2023 dataset I found out that few data is a test data and in the Voided column its mentioned False. Which is what I'm using to filter to remove the deleted data so why upon deleting Voided column status is not changing? is suppose to change it to TRUE right?

I have use this query which gives this result

select "ID", "Voided" from gdgsgom_2023.subjects where "ID" = '52aa386a-fd74-49ce-bb5c-34b4589c1657'

52aa386a-fd74-49ce-bb5c-34b4589c1657	false

and data looks like this

52aa386a-fd74-49ce-bb5c-34b4589c1657 Aagaskhind Pt. (Voided~375621)

@mahalakshme
Copy link

@arjunk kindly provide the needful info for siddhant to be able to create support tickets

@arjunk
Copy link
Contributor

arjunk commented Apr 29, 2024

I have created a ticket for now https://avni.freshdesk.com/a/tickets/3901 to understand the context and confirm if this is a product issue

@arjunk
Copy link
Contributor

arjunk commented Apr 29, 2024

Just on further probing, we understood this from the database
Waterbody (Address Level in Avni id 375621 ) is voided.
Workorder is not voided.
The ID and voided status in your query that you are showing are related to workorder. But the name you are displaying in the subsequent result is of Waterbody.
I think the system right now allows the addresslevel/location/waterbody to be marked as voided even though there are subjects/workorder against them.

You would need to check voided on both Waterbody and Workorder to filter the unnecessary data.
I am marking this as closed here. In case further clarification is required on this you can reply on the ticket.

@arjunk arjunk closed this as completed Apr 29, 2024
@siddhant3030
Copy link
Author

siddhant3030 commented Apr 29, 2024 via email

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

No branches or pull requests

3 participants