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

Fix: Preserve numeric values in dynamic table names, preventing removal from the middle or end of the string #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Oct 30, 2024

Example query results

Results
> select * from servicenow_x_1547783_turbot_guardrails_azure_subscription
+----------------+------------+------------+------------------+------------+----------+-----------+--------------+-------------+---------------------+--------+-------------+--------------------+--------------+--------------------+----------------+----------+----------->
| sys_class_path | gl_account | ip_address | first_discovered | dns_domain | attested | asset_tag | supported_by | assigned_to | warranty_expiration | asset  | subcategory | operational_status | display_name | managed_by_tenants | invoice_number | assigned | install_st>
+----------------+------------+------------+------------------+------------+----------+-----------+--------------+-------------+---------------------+--------+-------------+--------------------+--------------+--------------------+----------------+----------+----------->
| /!!/$$         | <null>     | <null>     | <null>           | <null>     | false    | <null>    | <null>       | <null>      | <null>              | <null> | <null>      | 1                  | Punisher AAA | []                 | <null>         | <null>   | 1         >
| /!!/$$         | <null>     | <null>     | <null>           | <null>     | false    | <null>    | <null>       | <null>      | <null>              | <null> | <null>      | 1                  | Punisher AAA | []                 | <null>         | <null>   | 1         >
+----------------+------------+------------+------------------+------------+----------+-----------+--------------+-------------+---------------------+--------+-------------+--------------------+--------------+--------------------+----------------+----------+----------->

@ParthaI ParthaI requested a review from misraved October 30, 2024 12:30
@ParthaI ParthaI self-assigned this Oct 30, 2024
@ParthaI ParthaI linked an issue Oct 30, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

ServiceNow custom tables are not loading in the schema
1 participant