-
Notifications
You must be signed in to change notification settings - Fork 2
Update AGOL DB view and component tag table to handle missing (null) names #22462
Copy link
Copy link
Closed
cityofaustin/atd-moped
#1598Labels
Product: MopedA comprehensive mobility project tracking platform for Austin, TexasA comprehensive mobility project tracking platform for Austin, TexasTeam: DevSoftware engineering, data integrations, and tech infrastructureSoftware engineering, data integrations, and tech infrastructureType: Bug ReportSomething is not rightSomething is not rightWorkgroup: TPWTransportation & Public Works DepartmentTransportation & Public Works Department
Metadata
Metadata
Assignees
Labels
Product: MopedA comprehensive mobility project tracking platform for Austin, TexasA comprehensive mobility project tracking platform for Austin, TexasTeam: DevSoftware engineering, data integrations, and tech infrastructureSoftware engineering, data integrations, and tech infrastructureType: Bug ReportSomething is not rightSomething is not rightWorkgroup: TPWTransportation & Public Works DepartmentTransportation & Public Works Department
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Closed
We have a bug where component tags that have an empty string in the
namecolumn do not display as expected in thecomponent_arcgis_online_viewdatabase view. We should also make thenamecolumn nullable since we have several tags without names that useEMPTYstring.We should fix so that:
namecolumn is nullable inmoped_component_tagstable since we have several tags with empty strings in this columncomponent_arcgis_online_viewDB view should handle thenullnames and show thetypeonly in its calculated value for itscomponent_tagscolumnnamecolumn is made nullable andEMPTYis replaced withNULLQuery to see the current formula for component tags in the AGOL view
Query for more production examples
TablePlus example of current values
Expected