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

ServiceNow custom tables are not loading in the schema #30

Open
bob-bot opened this issue Oct 18, 2024 · 0 comments · May be fixed by #32
Open

ServiceNow custom tables are not loading in the schema #30

bob-bot opened this issue Oct 18, 2024 · 0 comments · May be fixed by #32
Assignees
Labels
bug Something isn't working

Comments

@bob-bot
Copy link

bob-bot commented Oct 18, 2024

Describe the bug
When adding the a custom table to the .spc file, the servicenow schema does not load during a .inspect, nor queries run. The custom table seems to break the schema entirely.

Steampipe version (steampipe -v)
Steampipe v0.24.2

Plugin version (steampipe plugin list)
ServiceNow Plugin v0.3.1

To reproduce

  1. Run .inspect servicenow and see your tables load.
  2. Run a query on a servicenow table to see your queries work.
  3. Then add a custom table in the .spc, a known one in the documentation like "cmdb_model". Try running .inspect servicenow -- no tables will show. Try a query on any servicenow table -- no query will run.
  4. Remove the custom table in the .spc, then try running .inspect servicenow again and then a query -- things should be back to normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants