I'm running into issues using Hasura to track database tables transferred from Salesforce to Postgres using Airbyte. Airbyte creates index names like in my screenshot and Hasura complains when trying to track the table that the name of the index isn't valid GraphQL syntax. Therefore, is there a way to prevent naming indexes that Airbyte creates from being starting with a number?