The current Databricks ServiceNow Lakeflow connector relies on ServiceNow REST TABLE API to capture data. And for some reason, it is unable to list a user defined view as a data source to be configured, even though ServiceNow user defined views are accessible view the TABLE APIs.
Is there an easy work around, to manually configure the source table of the connector to point to a servicenow user-defined view?
In ServiceNow, a user defined view is easily accessible through the standard TABLE API. This can be easily tested via Postman and other API clients. User defined views offer the ability to query data consumable by users without the need to display all internal id such as sys_id. After creating a view in ServiceNow (e.g. u_incident_view), the Lakeflow connector does not list it as a possible table to connect to. It seems to query the list of tables and ignores the views.